Make the module reference tables appear
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Fri, 10 Jul 2020 05:46:36 +0000 (06:46 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Fri, 10 Jul 2020 05:46:36 +0000 (06:46 +0100)
Our numpydoc is old enough to still need this manually set

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Bug: https://github.com/numpy/numpydoc/issues/141
Forwarded: not-needed

Gbp-Pq: Name sphinx_autosummary.patch

docs/source/conf.py

index a95d4c1d27a039f05a87cf82fefefbfa3720adb2..1ad2ce339f807482cd7310e4a4460b50b1e3a15c 100644 (file)
@@ -49,7 +49,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',