-
-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
[Doc] Document configure options in the Python documentation #87940
Comments
Attached PR documents configure, compiler and linker options to build Python. |
With Sphinx 2, there is an error on the Docs PR job of Azure Pipelines: Warning, treated as error: |
The following syntax fails on the Docs PR job of the Azure Pipelines: Compile the Python Error: |
It uses Sphinx 2.2.0. Do we still support Spinx 2.2.0? Collecting sphinx==2.2.0 |
I wrote PR 25296 to reuse Doc/requirements.txt in the Docs PR job of Azure Pipelines. It installs Sphinx 3.2.1 as expected, and with this version, no warning is emitted. |
Thanks for adding this. |
New changeset f7be26a by Victor Stinner in branch 'master': |
Raymond:
You're welcome :-) I plan to send an email to python-dev to ask for reviews. I hesitated to ask for a review on the PR, but honestly, it's painful to read plain text Sphinx. I prefer to read HTML ;-) |
The documentation is now online: https://docs.python.org/dev/using/configure.html |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: