From 3052701250034ffad1bf575b790ea1e4659314f8 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Sat, 9 Jun 2018 17:10:31 -0400 Subject: [PATCH] Remove Mathjax todo that has already been done --- doc/sphinx/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index e6b36cd5e..3caaaf1b2 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -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'