summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Schult <dschult@colgate.edu>2017-07-05 17:15:26 -0400
committerGitHub <noreply@github.com>2017-07-05 17:15:26 -0400
commitcabefb75b1e116fc57d5b30e5d93b217d68b3a2e (patch)
tree3b08fdfb7cf80533a6dc677155b4bdac1cb2773f
parentceadb923fe60c648c47bf4d0ede595822bdbfec0 (diff)
downloadnetworkx-v1.11.tar.gz
remove pngmath from conf.pyv1.11
-rw-r--r--doc/source/conf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 24faf00a..97a8a5c7 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -74,7 +74,6 @@ extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'sphinx.ext.napoleon',
- 'sphinx.ext.pngmath',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
#'sphinxcontrib.bibtex',
@@ -192,8 +191,6 @@ html_use_opensearch = 'http://networkx.github.io'
# Output file base name for HTML help builder.
htmlhelp_basename = 'NetworkX'
-pngmath_use_preview = True
-
# Options for LaTeX output
# ------------------------
@@ -225,6 +222,5 @@ intersphinx_mapping = {'http://docs.python.org/': None,
default_role = 'math'
trac_url = 'https://networkx.lanl.gov/trac/'
-mathjax_path = 'https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML'
numpydoc_show_class_members = False