From: Debian Science Maintainers Date: Thu, 5 Jan 2023 20:34:52 +0000 (+0000) Subject: Make the module reference tables appear X-Git-Tag: archive/raspbian/0.13.5+dfsg-4+rpi1^2^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5c6b2433d673615cd9bcec038898df5f347f5875;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 da8c648..f1cef17 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,7 +51,7 @@ extensions = ['sphinx.ext.autodoc', 'nbsphinx', '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',