From 9d9896d89cfc4ec2f549caad53f2386f15a202bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 11 Jun 2017 11:47:33 +0200 Subject: doc: enable mathjax support for sphinx documentation --- doc/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index d7291b8..1d17dd8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -41,7 +41,9 @@ breathe_default_project = "vis" # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['breathe'] +extensions = ['breathe', 'sphinx.ext.mathjax' ] + +mathjax_path = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML' # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] -- cgit v1.2.3