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 d2fc626 commit de27da7Copy full SHA for de27da7
doc/devel/documenting_mpl.rst
@@ -71,6 +71,12 @@ Other useful invocations include
71
# save time.
72
make html-noplot
73
74
+ # Build the html documentation, but skip specific subdirectories. If a gallery
75
+ # directory is skipped, the gallery images are not generated. The first
76
+ # time this is run, it creates ``.mpl_skip_subdirs.yaml`` which can be edited
77
+ # to add or remove subdirectories
78
+ make html-skip-subdirs
79
+
80
# Delete built files. May help if you get errors about missing paths or
81
# broken links.
82
make clean
0 commit comments