diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/conf.py b/docs/conf.py index 7a8da9d1..02eb827f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,17 +17,11 @@ If extensions (or modules to document with autodoc) are in another directory, add these directories to sys.path here. If the directory is relative to the documentation root, use os.path.abspath to make it absolute, like shown here. """ -import os -import sys - from pkg_resources import get_distribution # Import for custom theme from Read the Docs import sphinx_rtd_theme -sys.path.insert(0, os.path.abspath('..')) - - # -- General configuration ----------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. |