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 0c938e6 commit 40fe754Copy full SHA for 40fe754
doc/README.rst
@@ -133,6 +133,16 @@ If you want to do a full clean build, do::
133
python make.py build
134
135
136
+Staring with 0.13.1 you can tell ``make.py`` to compile only a single section
137
+of the docs, greatly reducing the turn-around time for checking your changes.
138
+
139
+ python make.py --no-api # omit autosummary and api section
140
+ python make.py --single indexing # compile the docs with only a single
141
+ # section, that which is in indexing.rst
142
143
+For comparision, a full doc build may take 10 minutes. a ``-no-api`` build
144
+may take 3 minutes and a single section may take 15 seconds.
145
146
Where to start?
147
---------------
148
0 commit comments