vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit fc76182ca2d9bdc798d6d070073dcb41a8c7c541 parent a2291924de258acab8845ab696753ffce83c8161 Author: Marc André Tanner <mat@brain-dump.org> Date: Sun, 11 Jun 2017 11:47:33 +0200 doc: enable mathjax support for sphinx documentation Diffstat:
| M | doc/conf.py | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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']