Remove Mathjax todo that has already been done

This commit is contained in:
Bryan W. Weber 2018-06-09 17:10:31 -04:00 committed by Ray Speth
parent 21db5d84f3
commit 3052701250

View file

@ -45,9 +45,6 @@ extensions = [
'sphinxcontrib.doxylink',
]
# @todo: Sphinx version 1.1 adds support for MathJax, so we can remove the
# custom extension for that once that version becomes more standard
autodoc_default_flags = ['members','show-inheritance','undoc-members']
autoclass_content = 'both'