You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update doc/conf.py to avoid warnings with (future) sphinx 1.8.
- sphinx 1.8 activates math by default; don't use mathmpl in that case
(mathmpl may be later deprecated once we depend on sphinx 1.8 for the
doc build) sphinx-doc/sphinx#4975
- sphinx 1.8 introduced autodoc_default_options to replace
autodoc_default_flags sphinx-doc/sphinx#5315
- sphinx 1.6 deprecated app.info in favor of a logging API, but we don't
really need either anyways
http://www.sphinx-doc.org/en/master/changes.html#id52
0 commit comments