Skip to content

Commit bd0be5b

Browse files
committed
DOC: reduce numbers of doc warnings
From PR scikit-image/scikit-image#1356
1 parent 1899804 commit bd0be5b

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)