Conversation
…admonitions (PyCQA#200) - Migrate tox.yml from broken coactions/dynamic-matrix to ansible/actions/matrix@v1 - Fix artifact download merge syntax in CI check job - Add SPHINX_IGNORES_REGEX pattern for :collapsible: option in admonition directives (fixes PyCQA#200) - Add unit tests in TestValidity verifying sphinx mode behavior - Add uv.lock to .gitignore
…ci_if_error: false for codecov
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
This PR addresses two key items for
doc8:Restores the broken CI/CD pipeline:
mainand all incoming PRs were failing in thepreparejob during the Docker build ofcoactions/dynamic-matrix@v4(missingccduringcffisync in the trixie-slim base container).ansible/actions/matrix@v1(matching the current setup used in sister repositories likeansi2html).checkjob to use standardactions/download-artifact@v4withpattern: logs-*andmerge-multiple: true.uv.lockto.gitignoreto prevent dirty working tree reports undergit status -s.Supports
:collapsible:option for Sphinx admonitions (Fixes Recognize new 'collapsible' directive for admonitions #200)::collapsible:under admonition directives (note,warning,tip,caution,important,admonition,attention,danger,error,hint) when running in Sphinx mode.TestValiditycovering both Sphinx-enabled (ignored) and Sphinx-disabled (flagged as D000) cases.Validation
tox -e py(33 passed, full coverage)tox -e lint(pre-commit: ruff, mypy, pylint, pyupgrade, tox-ini-fmt all passed)tox -e docs(Sphinx build + doc8 self-check passed)tox -e packaging(wheel build, twine check, clean install passed)