https://github.com/lmfit/lmfit-py
Raw File
Tip revision: 5a043538e6686eb3dee521106f042c9da4a7dff0 authored by Matt Newville on 21 September 2015, 16:07:49 UTC
Merge pull request #253 from lmfit/rc_090
Tip revision: 5a04353
extensions.py
# sphinx extensions for mathjax
extensions = ['sphinx.ext.autodoc',
              'sphinx.ext.todo',
              'sphinx.ext.coverage',
              'sphinx.ext.intersphinx',
              'numpydoc']
mathjax = 'sphinx.ext.mathjax'
pngmath = 'sphinx.ext.pngmath'

extensions.append(mathjax)
back to top