Merge "Get spectrometer autodoc working"
[docs.git] / docs / conf.py
index 36bd20d73bdb1f5e239537e086fd630c66fcc0a0..ebcd971aa055811e00ee0e7e5fac32057cb7fc49 100644 (file)
@@ -20,7 +20,7 @@ import sphinx_bootstrap_theme
 # If extensions (or modules to document with autodoc) are in another directory,
 # add these directories to sys.path here. If the directory is relative to the
 # documentation root, use os.path.abspath to make it absolute, like shown here.
-#sys.path.insert(0, os.path.abspath('.'))
+sys.path.insert(0, os.path.abspath('submodules/spectrometer/server'))
 
 # -- General configuration ------------------------------------------------
 
@@ -30,7 +30,7 @@ import sphinx_bootstrap_theme
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
-extensions = []
+extensions = ['sphinx.ext.autodoc']
 
 # Disable javasphinx generation until we have a solution to long build
 # times. readthedocs timesout after 902 seconds.
@@ -66,9 +66,9 @@ author = 'OpenDaylight Project'
 # built documents.
 #
 # The short X.Y version.
-version = 'Boron'
+version = 'Carbon'
 # The full version, including alpha/beta/rc tags.
-release = 'Boron'
+release = 'Carbon'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.