diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-02-27 18:08:49 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-02-27 18:08:49 -0800 |
| commit | ea633117d01d94e8d56ed94344e4b3e46b4eef03 (patch) | |
| tree | 5159740cb81c693fd98cd4bc4ac84ab37fc798cc /conf.py | |
| parent | 737007cdd8b3184fa2bcc1c679aabfa123974a4e (diff) | |
Remove bad c2rst and fix the other for sphinx 1.7.1
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |
