diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-05-16 23:34:09 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-05-16 23:34:09 -0700 |
| commit | 298e346e7c7db90a779cfb052a263e561e75a462 (patch) | |
| tree | e33e984c5cf793bd64601b11fca669b4c6abdfa9 /docs/conf.py | |
| parent | 1c2e9d014177c304df9b49fc964781b0967552e7 (diff) | |
| download | pyramid-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.py | 4 |
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: |
