This is an automated email from the ASF dual-hosted git repository.
kpvdr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
The following commit(s) were added to refs/heads/master by this push:
new 3fc816a PROTON-2157: Fix for math formula error when building docs on
F29
3fc816a is described below
commit 3fc816a6321dca6ec338bb5345f3bc679a878537
Author: Kim van der Riet <[email protected]>
AuthorDate: Fri Dec 6 12:37:02 2019 -0500
PROTON-2157: Fix for math formula error when building docs on F29
---
python/docs/conf.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/python/docs/conf.py b/python/docs/conf.py
index edd613e..3f95201 100644
--- a/python/docs/conf.py
+++ b/python/docs/conf.py
@@ -54,6 +54,7 @@ extensions = [
'sphinx_automodapi.automodapi', # needed for the module summaries (..
autosummary::)
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
+ 'sphinx.ext.mathjax', # needed for math formulas on some versions of Sphinx
]
# Add any paths that contain templates here, relative to this directory.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]