You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2019/12/06 17:37:14 UTC

[qpid-proton] branch master updated: PROTON-2157: Fix for math formula error when building docs on F29

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 <kv...@europa.lan>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org