From: Debian Science Maintainers Date: Tue, 4 Feb 2020 00:34:03 +0000 (+0000) Subject: Make the module reference tables appear X-Git-Tag: archive/raspbian/0.11.1-2+rpi1~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e2aec6ff0223be0e7bcd66a311b0a0b24dee6660;p=statsmodels.git Make the module reference tables appear Our numpydoc is old enough to still need this manually set Author: Rebecca N. Palmer Bug: https://github.com/numpy/numpydoc/issues/141 Forwarded: not-needed Gbp-Pq: Name sphinx_autosummary.patch --- diff --git a/docs/source/conf.py b/docs/source/conf.py index eff7c71..a098f37 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -44,7 +44,7 @@ extensions = ['sphinx.ext.autodoc', # One of mathjax or imgmath 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', - # 'sphinx.ext.autosummary', + 'sphinx.ext.autosummary', 'sphinx.ext.inheritance_diagram', 'matplotlib.sphinxext.plot_directive', 'IPython.sphinxext.ipython_console_highlighting',