Commit 58040940 authored by ericholscher's avatar ericholscher

Update conf.py to place it below original docstring.

parent 9fe6b474
......@@ -14,17 +14,16 @@
# All configuration values have a default; values that are commented out
# serve to show the default
# Allow Sphinx to find the setup command that is imported below.
# 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.
# Allow Sphinx to find the setup command that is imported below, as referenced above.
import sys, os
sys.path.append(os.path.abspath('..'))
import setup as setup_script
# 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.append(os.path.abspath('.'))
# -- General configuration -----------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be extensions
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment