https://github.com/lmfit/lmfit-py
Raw File
Tip revision: adb2d442bf594ab17a66743280df7341ae508534 authored by Matt Newville on 12 January 2015, 03:13:10 UTC
Merge pull request #188 from newville/master
Tip revision: adb2d44
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