-
-
Notifications
You must be signed in to change notification settings - Fork 895
Closed
Labels
good first issueNew contributorsNew contributorsguide-new contentAdditions; New content or section neededAdditions; New content or section neededhelp wanted
Description
Let's document the method to build docs but only rebuild one or a few files like make -C Doc html SOURCES=<path>
, it can be much quicker than rebuilding the whole set.
For example:
make -C Doc html SOURCES=whatsnew/3.13.rst
make -C Doc html SOURCES="whatsnew/3.13.rst whatsnew/3.12.rst"
(double check this syntax)
And I think it might be Unix only?
erlend-aasland and ezio-melotti
Metadata
Metadata
Assignees
Labels
good first issueNew contributorsNew contributorsguide-new contentAdditions; New content or section neededAdditions; New content or section neededhelp wanted