https://github.com/lmfit/lmfit-py
Raw File
Tip revision: 090888caa2f963b4f5f527ea1a8e1ecd83f21e70 authored by Matt Newville on 17 December 2014, 12:26:55 UTC
Merge pull request #162 from andyfaff/diffev
Tip revision: 090888c
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