Browse Source

style: added docstring to conf

pull/354/head
Richard Nemeth 2 years ago
parent
commit
dfc7c4a2d5
  1. 3
      docs/source/conf.py

3
docs/source/conf.py

@ -20,6 +20,9 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
"""Sphinx documentation configuration."""
import sphinx_rtd_theme
# -- General configuration ------------------------------------------------

Loading…
Cancel
Save