Skip to content

Commit 96d474c

Browse files
committed
Merge branch 'maint/2.0.x' into main-master
* maint/2.0.x: DOC: reduce numbers of doc warnings
2 parents 2e16a1e + bd0be5b commit 96d474c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/source/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,3 +256,10 @@
256256
# Config of plot_directive
257257
plot_include_source = True
258258
plot_html_show_source_link = False
259+
260+
# Numpy extensions
261+
# ----------------
262+
# Worked out by Steven Silvester in
263+
# https://github.com/scikit-image/scikit-image/pull/1356
264+
numpydoc_show_class_members = False
265+
numpydoc_class_members_toctree = False

0 commit comments

Comments
 (0)