summaryrefslogtreecommitdiff
path: root/doc/neps/conf.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2018-09-22 05:45:19 -0400
committerRalf Gommers <ralf.gommers@gmail.com>2018-09-22 05:46:45 -0400
commitf5791cfb98db4d181956b8ccaa4e5bc9e1b07919 (patch)
tree69f202cc20e6429c3ab9fa033a91a4861c3b8094 /doc/neps/conf.py
parent3b4772157dea90f79bc41a96efd5f7ee7ef527a0 (diff)
downloadnumpy-f5791cfb98db4d181956b8ccaa4e5bc9e1b07919.tar.gz
DOC: BLD: remove graphviz dependency of neps doc build. Closes gh-11617
Diffstat (limited to 'doc/neps/conf.py')
-rw-r--r--doc/neps/conf.py3
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/']