diff options
Diffstat (limited to 'doc/neps/conf.py')
-rw-r--r-- | doc/neps/conf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/neps/conf.py b/doc/neps/conf.py index 8cfb2b570..bd7503781 100644 --- a/doc/neps/conf.py +++ b/doc/neps/conf.py @@ -30,8 +30,7 @@ import os # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['sphinx.ext.imgmath', - 'sphinx.ext.graphviz'] +extensions = ['sphinx.ext.imgmath',] # Add any paths that contain templates here, relative to this directory. templates_path = ['../source/_templates/'] |