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 | 6ae76e8fc8a5eb2a0209037092df3aa9a2bd2053 (patch) | |
| tree | 2437cdefe04c592662de47df66cded82253d47c9 /docs | |
| parent | 5848162162a1b0cf8ef4f2acb24770d313ee80b9 (diff) | |
| download | python-setuptools-bitbucket-6ae76e8fc8a5eb2a0209037092df3aa9a2bd2053.tar.gz | |
Add comment to explain code.
Diffstat (limited to 'docs')
| -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 |
