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

Correctly synchronize root_doc and master_doc #12417

Merged
merged 5 commits into from
Jun 17, 2024

Conversation

picnixz
Copy link
Member

@picnixz picnixz commented Jun 6, 2024

Fix #12416.

Setting root_doc should also affect the value of master_doc. The patch is the simplest one that I could think of. The alternative is to also patch sphinxcontrib-devhelp but I'm not sure if Sphinx 5.0 (which is the minimum for that extension) already handles the alias correctly.

@AA-Turner Can you review this one or suggest something else? (or merge sphinx-doc/sphinxcontrib-devhelp#12).

If there are other extensions suffering from that issue, please let me know.

@picnixz picnixz requested a review from AA-Turner June 6, 2024 11:58
@picnixz picnixz requested a review from chrisjsewell June 6, 2024 12:07
@picnixz picnixz merged commit 581bcdd into sphinx-doc:master Jun 17, 2024
23 checks passed
@picnixz picnixz deleted the fix-root-doc-master-doc branch June 17, 2024 16:04
@AA-Turner AA-Turner added this to the 7.4.0 milestone Jul 13, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sphinx raises an exception when trying to build python 3.13 doc with devhelp
3 participants