https://github.com/lmfit/lmfit-py
Raw File
Tip revision: f8668e8c6c7f3b666f12baa6919c0fa4ab79cb98 authored by Matthew Newville on 22 June 2018, 17:21:19 UTC
remove cruft
Tip revision: f8668e8
extensions.py
# sphinx extensions for mathjax

extensions = ['sphinx.ext.autodoc',
              'sphinx.ext.todo',
              'sphinx.ext.coverage',
              'sphinx.ext.intersphinx',
              'sphinx.ext.extlinks',
              'sphinx.ext.napoleon',
              'sphinx.ext.mathjax']
back to top