Skip to content
Snippets Groups Projects
Commit 8b2c1673 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

use PNGs intead of MathJax

parent d85c3e6f
Branches
Tags
No related merge requests found
...@@ -54,7 +54,8 @@ extensions = [ ...@@ -54,7 +54,8 @@ extensions = [
'sphinx.ext.napoleon', 'sphinx.ext.napoleon',
# 'sphinx.ext.coverage', # 'sphinx.ext.coverage',
# 'sphinx.ext.todo', # 'sphinx.ext.todo',
'sphinx.ext.mathjax', # 'sphinx.ext.mathjax',
'sphinx.ext.imgmath',
'sphinx.ext.viewcode' 'sphinx.ext.viewcode'
] ]
...@@ -82,9 +83,9 @@ author = u'Theo Steininger / Martin Reinecke' ...@@ -82,9 +83,9 @@ author = u'Theo Steininger / Martin Reinecke'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = u'4.0' version = u'5.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = u'4.0.0' release = u'5.0.0'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment