Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.bugs.dist > #937863 > unrolled thread
| Started by | Dmitry Shachnev <mitya57@debian.org> |
|---|---|
| First post | 2019-01-09 16:40 +0100 |
| Last post | 2019-01-09 16:40 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.debian.bugs.dist
Bug#918825: python-ncclient: FTBFS with Sphinx 1.8: No module named 'sphinx.ext.pngmath' Dmitry Shachnev <mitya57@debian.org> - 2019-01-09 16:40 +0100
| From | Dmitry Shachnev <mitya57@debian.org> |
|---|---|
| Date | 2019-01-09 16:40 +0100 |
| Subject | Bug#918825: python-ncclient: FTBFS with Sphinx 1.8: No module named 'sphinx.ext.pngmath' |
| Message-ID | <xeo7w-3VN-25@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Source: python-ncclient Version: 0.6.0-1 Severity: important User: python-modules-team@lists.alioth.debian.org Usertags: sphinx1.8 Dear Maintainer, python-ncclient fails to build with Sphinx 1.8, currently available in experimental: sphinx-build -b html docs/source/ /<<PKGBUILDDIR>>/debian/python-ncclient-doc/usr/share/doc/python-ncclient/html Running Sphinx v1.8.3 Extension error: Could not import extension sphinx.ext.pngmath (exception: No module named 'sphinx.ext.pngmath') The pngmath extension was deprecated in Sphinx 1.4 and has been removed [1] in Sphinx 1.8. The recommended alternative is sphinx.ext.imgmath [2] which also has SVG support in addition to PNG. To me it looks like this extension is unused anyway: there are no “.. math::” directives or “:math:” roles, and python-ncclient-doc does not have any generated PNG images. So this extension can be simply removed from extensions in conf.py. [1]: https://github.com/sphinx-doc/sphinx/pull/4702 [2]: https://www.sphinx-doc.org/en/1.8/usage/extensions/math.html -- Dmitry Shachnev
Back to top | Article view | linux.debian.bugs.dist
csiph-web