Skip to content

Document how to rebuild only one or a few docs files #1309

Open
@hugovk

Description

@hugovk

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions