Update ubt-sphinx from 0.7.1 to 0.8.0#59
Open
patdhlk wants to merge 1 commit into
Open
Conversation
Bumps the pinned ubt-sphinx version in pyproject.toml, the RTD post_create_environment install command, and the uv lockfile. Verified locally with `sphinx-build -W --keep-going -b ubtrace`. Also resolves a pre-existing merge conflict in docs/ubproject.toml under [codelinks.projects.coffee_machine.analyse] by keeping the additive `get_rst = true` option (required for the build to run without a sphinx-codelinks KeyError).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
ubt-sphinxfrom 0.7.1 → 0.8.0 inpyproject.toml, the RTDpost_create_environmentinstall command, anduv.lock.docs/ubproject.toml(under[codelinks.projects.coffee_machine.analyse]) by keepingget_rst = true. Without this,sphinx-buildfails with aKeyError: 'coffee_machine'fromsphinx_codelinks.src_trace, so it was needed to verify the bump.Test plan
uv lockresolves cleanly (ubt-sphinx v0.7.1 -> v0.8.0, 108 packages)uv syncinstallsubt-sphinx==0.8.0andubt-runtime==0.6.0sphinx-build -W --keep-going -b ubtrace docs docs/_build/ubtrace→ build succeeded,needs.jsonandubt_sphinx_structured_rst_data.jsonproduced, minification 30/30 OK,source_metasniffed GitHub correctly