-
-
Notifications
You must be signed in to change notification settings - Fork 850
Document how to rebuild only one or a few docs files #1309
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
Comments
Hi @hugovk, I'm willing to take this issue and it might take me about 2 weeks to work on this task. Before I start have a few questions:
It might take me about 2 weeks to work on this task. |
More precisely, platforms that support On Windows (or any platform), one can use
There's no rush in terms of a PR, but I wouldn't expect this to take a fortnight to write up -- to set expectations, this would only be a paragraph or two of extra text
I'd suggest in the "Building the documentation" section
No limit is imposed. But we should suggest only using this in sensible cases, such as those that Hugo outlined. A |
Heya, this seems stale. Does anyone mind if I take a crack at it? |
@MichaByte Please do! |
I just made #1562! |
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?
The text was updated successfully, but these errors were encountered: