Render math via JavaScript in HTML output

This commit is contained in:
Sebastian Huber
2017-02-20 07:23:55 +01:00
parent 51392ac0df
commit 7ba0479521
2 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ sys.path.append(os.path.abspath('../common/'))
from conf import *
extensions = ['sphinx.ext.imgmath', 'sphinxcontrib.bibtex']
extensions = ['sphinx.ext.mathjax', 'sphinxcontrib.bibtex']
version = '4.11.99'
release = '4.11.99'