]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - doc/source/conf.py
Update Sphinx with the new directory structure.
[dunshire.git] / doc / source / conf.py
index 511b8210aa8e6fa4cbe465a1c107ac25de4f5a1d..baf787e31df7d587fe990fb203b81f8777aba941 100644 (file)
@@ -7,7 +7,7 @@ import shlex
 # 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('../../src/'))
+sys.path.insert(0, os.path.abspath('../../'))
 
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom