Make the module reference tables appear
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Sat, 6 Feb 2021 16:48:16 +0000 (16:48 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sat, 6 Feb 2021 16:48:16 +0000 (16:48 +0000)
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 b76756399b89c7a4a7e52013fbd5377543f36724..57631f302da21facdfa48133e16a11cbe8bb7673 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',