From 3579a105ab11a2a488a9d5eca8d7c433ef59a6e7 Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Tue, 14 Feb 2023 22:28:59 +0000 Subject: [PATCH] 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 --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 74480fa..a49c557 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', -- 2.30.2