We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5ab4e commit 7792ff6Copy full SHA for 7792ff6
doc/source/conf.py
@@ -73,9 +73,10 @@
73
'matplotlib.sphinxext.plot_directive',
74
]
75
76
-# the following doesn't work with sphinx < 1.0, but will make a separate
77
-# sphinx-autogen run obsolete in the future
78
-#autosummary_generate = True
+# Autosummary always wants to use a `generated/` directory.
+# We generate with `make api-stamp`
+# This could change in the future
79
+autosummary_generate = False
80
81
# Add any paths that contain templates here, relative to this directory.
82
templates_path = ['_templates']
0 commit comments