Replace Python SDK docs with vanilla Sphinx + Read the Docs theme #10279
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR replaces our custom Sphinx-based tool for generating core Python SDK docs with standard docs generated from Sphinx using the Read the Docs theme.
Note: I've changed the left nav's "SDK docs" under Python to open in a new tab, similar to .NET (and Go and Java), since the new Python docs have a different style/layout from the rest of the site. This requires pulumi/pulumi-hugo#3754 to actually make it open in a new tab.
Another note: There is more cleanup and adjustments to be made in the docstrings in https://github.com/pulumi/pulumi/tree/master/sdk/python/lib/pulumi to further improve the styling/formatting of the content in some cases. But that can be done subsequently and will automatically be updated in the site as newer releases of the
pulumi
PyPi package are released.Fixes #4615
Fixes #5047
Fixes #6426
Fixes #7000
Fixes #10154
Fixes #10161
Fixes pulumi/pulumi-hugo#434