aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'Docs/source/conf.py')
-rw-r--r--Docs/source/conf.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/Docs/source/conf.py b/Docs/source/conf.py
index eab022751..9542fa019 100644
--- a/Docs/source/conf.py
+++ b/Docs/source/conf.py
@@ -25,8 +25,13 @@
# 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, sys, urllib.request, subprocess
+import os
+import subprocess
+import sys
+import urllib.request
+
import sphinx_rtd_theme
+
sys.path.insert(0, os.path.join( os.path.abspath(__file__), '../Python') )
# -- General configuration ------------------------------------------------