summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHåvard F. Aasen <havard.f.aasen@pfft.no>2022-07-19 22:09:12 +0200
committerHåvard F. Aasen <havard.f.aasen@pfft.no>2022-08-07 12:13:49 +0200
commitda34707c71c87d401df3377c88827267e9d3fe28 (patch)
treed3575eb45df26457e8612613124fb7050410ad9e
parentbf08a8938f862d5b23ce0e7782a9e6524de0eb7f (diff)
doc privacy breach
More math formulas that needs to be handled. This is needed so we can create images of the formulas, instead of using JavaScript at runtime. Forwarded: not-needed Gbp-Pq: Name doc-privacy-breach.patch
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 126d2ff..05c50ef 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -64,7 +64,8 @@ if os.environ.get('READTHEDOCS', 0):
# 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.autodoc', #'sphinx.ext.intersphinx',
- 'sphinx.ext.extlinks', 'sphinx.ext.todo']
+ 'sphinx.ext.extlinks', 'sphinx.ext.todo',
+ 'sphinx.ext.imgmath']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']