https://github.com/lmfit/lmfit-py
Raw File
Tip revision: e278951c36b88c7259016bc74668a02d76eb9350 authored by Matthew Newville on 23 October 2018, 11:48:40 UTC
use inspect.getfullargspec for Python3
Tip revision: e278951
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