Messing with Sphinx.

This commit is contained in:
Simon Forman
2018-04-22 18:26:20 -07:00
parent a2be822703
commit 2d617a2588
2 changed files with 12 additions and 6 deletions
+4 -4
View File
@@ -12,9 +12,9 @@
# 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
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))
# -- Project information -----------------------------------------------------
@@ -164,4 +164,4 @@ texinfo_documents = [
# -- Options for todo extension ----------------------------------------------
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True
todo_include_todos = True