mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-python/networkx: fix sphinx error
Bug: https://bugs.gentoo.org/594626 Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69
This commit is contained in:
14
dev-python/networkx/files/1.11-sphinx-pngmath.patch
Normal file
14
dev-python/networkx/files/1.11-sphinx-pngmath.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
Drop pngmath extenstion from sphinx config
|
||||
|
||||
Bug: https://bugs.gentoo.org/594626
|
||||
|
||||
--- a/doc/source/conf.py
|
||||
+++ b/doc/source/conf.py
|
||||
@@ -74,7 +74,6 @@ def cd(newpath):
|
||||
'sphinx.ext.intersphinx',
|
||||
'sphinx.ext.mathjax',
|
||||
'sphinx.ext.napoleon',
|
||||
- 'sphinx.ext.pngmath',
|
||||
'sphinx.ext.todo',
|
||||
'sphinx.ext.viewcode',
|
||||
#'sphinxcontrib.bibtex',
|
||||
Reference in New Issue
Block a user