Make the module reference tables appear
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Tue, 4 Feb 2020 00:34:03 +0000 (00:34 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 4 Feb 2020 00:34:03 +0000 (00:34 +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 eff7c71260a85771b5d86307f3a783a1c8f01210..a098f37a460509264ddc7ec52b7c7e28a2453d57 100644 (file)
@@ -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',