1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Author: Andreas Tille <tille@debian.org>
Last-Update: Sat, 06 Aug 2016 17:49:30 +0200
Bug-Debian: https://bugs.debian.org/832855
Description: pngmath conflicts with some other shinx tool - drop it
--- 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.g
# Output file base name for HTML help builder.
htmlhelp_basename = 'NetworkX'
-pngmath_use_preview = True
-
# Options for LaTeX output
# ------------------------
|