summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2018-02-27 18:08:49 -0800
committerScott Shawcroft <scott.shawcroft@gmail.com>2018-02-27 18:08:49 -0800
commitea633117d01d94e8d56ed94344e4b3e46b4eef03 (patch)
tree5159740cb81c693fd98cd4bc4ac84ab37fc798cc /conf.py
parent737007cdd8b3184fa2bcc1c679aabfa123974a4e (diff)
Remove bad c2rst and fix the other for sphinx 1.7.1
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 8264a9166..df0ea0a1c 100644
--- a/conf.py
+++ b/conf.py
@@ -21,6 +21,7 @@ from recommonmark.parser import CommonMarkParser
# 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.
+sys.path.insert(0, os.path.abspath('docs'))
sys.path.insert(0, os.path.abspath('.'))
master_doc = 'docs/index'