diff options
author | ericholscher <eric@ericholscher.com> | 2014-08-16 15:52:49 +0000 |
---|---|---|
committer | ericholscher <eric@ericholscher.com> | 2014-08-16 15:52:49 +0000 |
commit | 9fe6b474304a5a679b00d6218f9d9471a2c8a2fd (patch) | |
tree | 00b2c304d751030aeec1804dbf30424877227c37 /docs/conf.py | |
parent | 702a87a0a2ab03c376fea01903075c8fed45a8fb (diff) | |
download | external_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.py | 5 |
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 |