[Python-modules-commits] [python-django-etcd-settings] 06/14: Use packaged MathJax.js for sphinx.

Michael Fladischer fladi at moszumanska.debian.org
Wed Dec 14 10:25:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository python-django-etcd-settings.

commit 4eef2d2b78fa51a284f43aa2145425ba8636e4d3
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Wed Dec 14 09:52:21 2016 +0100

    Use packaged MathJax.js for sphinx.
---
 docs/conf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/conf.py b/docs/conf.py
index da32dc6..df0fd8e 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -43,6 +43,8 @@ extensions = [
 plantuml_jar_path = '/usr/share/plantuml/plantuml.jar'
 plantuml = 'java -Djava.awt.headless=true -jar {0}'.format(plantuml_jar_path)
 
+mathjax_path = '/usr/share/javascript/mathjax/MathJax.js'
+
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-etcd-settings.git



More information about the Python-modules-commits mailing list