https://github.com/lmfit/lmfit-py
Raw File
Tip revision: db4f4e16b281eaa394f2ab24ab419b581557acd4 authored by Matt Newville on 02 October 2015, 15:18:06 UTC
put setattr() in try/except
Tip revision: db4f4e1
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