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

Upgrade Sphinx #32066

Merged
merged 19 commits into from
Sep 21, 2023
Merged

Upgrade Sphinx #32066

merged 19 commits into from
Sep 21, 2023

Conversation

scbedd
Copy link
Member

@scbedd scbedd commented Sep 13, 2023

@lmazuel I can read between the lines when I'm being pinged on other issues tangential to sphinx. cmarkgfm, for instance.

TODO:

Unfortunately this PR as-is doesn't account for sphinx updates, so the output looks a bit wonky.

Ran it down. The issue is that the azure.core.rst sphinx source includes subpackages:

azure.core.pipeline
azure.core.polling
azure.core.tracing
azure.core.utils

But these do not show up in the subpackages listing in the ToC. This is incorrect as far as I can tell.

But the additional four members ['AsyncPipelineClient', 'CaseInsensitiveEnumMeta', 'MatchConditions', 'PipelineClient'] really are part of azure.core root, so those showing up there is actually correct.

image

Letting this run to see what else breaks in terms of our other requirements.

EDIT: looks like it's only when honoring a set of existing documents that we have a problem. See storage:

image

@scbedd scbedd self-assigned this Sep 14, 2023
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@scbedd scbedd mentioned this pull request Sep 15, 2023
@scbedd
Copy link
Member Author

scbedd commented Sep 15, 2023

tables is failing because for some reason the merge commit at build is producing 12.4.4 and during test it's getting 12.4.5. Either way this is not a real failure and fixable by a update from upstream. Not worth incurring the additional build time until I need have a fix for outstanding issues.

EDIT: fixed.

@scbedd scbedd merged commit a743c56 into main Sep 21, 2023
@scbedd scbedd deleted the feature/upgrade-sphinx branch September 21, 2023 18:40
mccoyp pushed a commit to mccoyp/azure-sdk-for-python that referenced this pull request Oct 7, 2023
* updates to test sever, removing a couple of the pins from test_tools and ci_tools.txt
* remove bad readme_renderer requirement
* simplifying requirements. fixing requirement file for invoking analyze
* repair issues with pypy39 due to twine installation
* exclude azure-core-tracing-opencensus from sphinx build
* eliminate pytoml dependency
* Update Sphinx to v6.x
* safe import of tomli on <py311. import tomllib on >=py311. always pull in toml-w

Co-authored-by: Laurent Mazuel <laurent.mazuel@gmail.com>
@scbedd scbedd mentioned this pull request Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants