summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorericholscher <eric@ericholscher.com>2014-08-17 05:52:57 +0000
committerericholscher <eric@ericholscher.com>2014-08-17 05:52:57 +0000
commit39701a17ac101152cd27e51f1568e2993f6e6ae9 (patch)
tree05c26be602d53cf1417935e995e0f4599acfb3df /docs
parent6ae76e8fc8a5eb2a0209037092df3aa9a2bd2053 (diff)
downloadpython-setuptools-bitbucket-39701a17ac101152cd27e51f1568e2993f6e6ae9.tar.gz
Update conf.py to place it below original docstring.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py11
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