summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-05-16 23:34:09 -0700
committerSteve Piercy <web@stevepiercy.com>2018-05-16 23:34:09 -0700
commit298e346e7c7db90a779cfb052a263e561e75a462 (patch)
treee33e984c5cf793bd64601b11fca669b4c6abdfa9 /docs/conf.py
parent1c2e9d014177c304df9b49fc964781b0967552e7 (diff)
downloadpyramid-298e346e7c7db90a779cfb052a263e561e75a462.tar.gz
pyramid-298e346e7c7db90a779cfb052a263e561e75a462.tar.bz2
pyramid-298e346e7c7db90a779cfb052a263e561e75a462.zip
Remove todo extension and configuration
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 993711807..80585b336 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -53,7 +53,6 @@ extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
- 'sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinxcontrib.autoprogram',
# enable pylons_sphinx_latesturl when this branch is no longer "latest"
@@ -124,9 +123,6 @@ exclude_patterns = ['_themes/README.rst', ]
# unit titles (such as .. function::).
add_module_names = False
-# Add support for todo items
-todo_include_todos = True
-
# The name of the Pygments (syntax highlighting) style to use.
#pygments_style = book and 'bw' or 'tango'
if book: