Transfer ad-hoc setup docs to tutorial project

This commit is contained in:
Lance Edgar 2019-08-16 18:58:29 -05:00
parent 7d726b9f79
commit 4d35e43c15
6 changed files with 654 additions and 7 deletions

View file

@ -31,6 +31,7 @@ release = '0.1'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.todo',
]
# Add any paths that contain templates here, relative to this directory.
@ -41,6 +42,9 @@ templates_path = ['_templates']
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# Allow todo entries to show up.
todo_include_todos = True
# -- Options for HTML output -------------------------------------------------