1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Enable building with sphinx1.8
Bug-Debian: https://bugs.debian.org/918829
Author: Andreas Tille <tille@debian.org>
Last-Changed: Thu, 10 Jan 2019 14:56:55 +0100
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -22,7 +22,7 @@ import sys, os
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.todo', 'sphinx.ext.doctest', 'sphinx.ext.pngmath']
+extensions = ['sphinx.ext.todo', 'sphinx.ext.doctest', 'sphinx.ext.imgmath']
# todo_include_todos=True # to expose the TODOs, uncomment this line
|