Skip to content

Commit

Permalink
still trying to build
Browse files Browse the repository at this point in the history
  • Loading branch information
dereneaton committed Nov 4, 2015
1 parent 4d5d150 commit a900406
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
import sys
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('.'))
sys.path.insert(0, os.path.abspath(".."))


# Provide stubs for external dependencies, so we can generate our reference
# documentation without having to install them.
Expand Down Expand Up @@ -50,6 +44,12 @@ def __getattr__(cls, name):
for module_name in MODULES:
sys.modules[module_name] = module_proxy()

# 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(".."))


# 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
Expand Down

0 comments on commit a900406

Please sign in to comment.