Remove todo page and testing page in documentation

This commit is contained in:
Mads Marquart
2020-01-22 23:00:38 +01:00
parent 05375d9b11
commit 3d3b0f9e91
7 changed files with 6 additions and 62 deletions

View File

@@ -42,7 +42,6 @@ needs_sphinx = "2.0"
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
"sphinx.ext.todo",
"sphinx.ext.viewcode",
"sphinx.ext.napoleon",
"sphinxcontrib.spelling",
@@ -172,13 +171,6 @@ autodoc_default_options = {"members": True}
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"https://docs.python.org/": None}
# -- Options for todo extension ----------------------------------------------
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True
todo_link_only = True
# -- Options for napoleon extension ----------------------------------------------
# Use Google style docstrings