https://github.com/lmfit/lmfit-py
Raw File
Tip revision: e74c4a9d093364215462550f4d1983650a163667 authored by Matt Newville on 23 September 2015, 17:16:30 UTC
Merge pull request #255 from danielballan/fix-ipyfitter
Tip revision: e74c4a9
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