diff options
author | ericholscher <eric@ericholscher.com> | 2014-08-17 05:52:57 +0000 |
---|---|---|
committer | ericholscher <eric@ericholscher.com> | 2014-08-17 05:52:57 +0000 |
commit | 5804094016f1b5188c14d1c69fdae7c55f1f242d (patch) | |
tree | 0f9fad01aeb9f967f0b69f0b3b732a920d96cb83 /docs/conf.py | |
parent | 9fe6b474304a5a679b00d6218f9d9471a2c8a2fd (diff) | |
download | external_python_setuptools-5804094016f1b5188c14d1c69fdae7c55f1f242d.tar.gz external_python_setuptools-5804094016f1b5188c14d1c69fdae7c55f1f242d.tar.bz2 external_python_setuptools-5804094016f1b5188c14d1c69fdae7c55f1f242d.zip |
Update conf.py to place it below original docstring.
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/conf.py b/docs/conf.py index 203dc93d..8be5c3dd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 |