summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorericholscher <eric@ericholscher.com>2014-08-16 15:52:49 +0000
committerericholscher <eric@ericholscher.com>2014-08-16 15:52:49 +0000
commit6ae76e8fc8a5eb2a0209037092df3aa9a2bd2053 (patch)
tree2437cdefe04c592662de47df66cded82253d47c9 /docs
parent5848162162a1b0cf8ef4f2acb24770d313ee80b9 (diff)
downloadpython-setuptools-bitbucket-6ae76e8fc8a5eb2a0209037092df3aa9a2bd2053.tar.gz
Add comment to explain code.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index faf3a915..203dc93d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -12,9 +12,10 @@
# autogenerated file.
#
# All configuration values have a default; values that are commented out
-# serve to show the default.
-import sys, os
+# serve to show the default
+# Allow Sphinx to find the setup command that is imported below.
+import sys, os
sys.path.append(os.path.abspath('..'))
import setup as setup_script