Make the module reference tables appear
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Sun, 24 Jul 2022 16:51:07 +0000 (17:51 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sun, 24 Jul 2022 16:51:07 +0000 (17:51 +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 9b0c15cb26afc888616aadcbbc1131e80d8ad229..db0c70d50e377725016eded49c0c17e9f122da8d 100644 (file)
@@ -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',