diff options
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 |