aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
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
commit9fe6b474304a5a679b00d6218f9d9471a2c8a2fd (patch)
tree00b2c304d751030aeec1804dbf30424877227c37 /docs/conf.py
parent702a87a0a2ab03c376fea01903075c8fed45a8fb (diff)
downloadexternal_python_setuptools-9fe6b474304a5a679b00d6218f9d9471a2c8a2fd.tar.gz
external_python_setuptools-9fe6b474304a5a679b00d6218f9d9471a2c8a2fd.tar.bz2
external_python_setuptools-9fe6b474304a5a679b00d6218f9d9471a2c8a2fd.zip
Add comment to explain code.
Diffstat (limited to 'docs/conf.py')
-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