Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hugovk opened this issue Apr 18, 2024 · 0 comments
Open

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

hugovk opened this issue Apr 18, 2024 · 0 comments
Labels
good first issue New contributors guide-new content Additions; New content or section needed help wanted

Comments

@hugovk
Copy link
Member

hugovk commented Apr 18, 2024

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?

@hugovk hugovk added help wanted good first issue New contributors guide-new content Additions; New content or section needed labels Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue New contributors guide-new content Additions; New content or section needed help wanted
Projects
None yet
Development

No branches or pull requests

1 participant