mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-28 04:07:32 -07:00
15 lines
361 B
Diff
15 lines
361 B
Diff
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',
|