fix: suppress default Sphinx author placeholder - #430
Open
LunaMeerkats wants to merge 1 commit into
Open
Conversation
LunaMeerkats
force-pushed
the
fix/sphinx-author-placeholder
branch
from
August 25, 2026 07:23
e66cb1e to
8a13d7d
Compare
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
author, with the existing explicit-author path retained as a control.This remains intentionally separate from #427: that merged work changes configured author/translators attribution but retains the exact fallback
app.config.authorguard fixed here.Closes #428.
Regression evidence
Before the source fix, the new test failed under Python 3.12 / Sphinx 7.4.7 with:
After the fix, the focused no-author build passes with both Sphinx 7 and Sphinx 8.
Validation
Rebased onto current
mainat649cc376; range-diff and stable patch IDs confirm the rebased commit is patch-identical to the reviewed head.uvx --with tox-uv tox -e py312-sphinx7,py312-sphinx8 -- tests/test_build.py -k author— passed in both environments (1 passed, 9 deselected each).uvx --with tox-uv tox -e py312-sphinx7,py312-sphinx8,py313-sphinx7,py313-sphinx8 -- -k 'not git_functions_unit'— 216 passed and 1 deselected in each environment (864 passing test executions total).uvx --with tox-uv tox -e py313-pre-commit -- --all-files— all hooks passed.uvx --with tox-uv tox -e docs-update— passed on the rebased head.The unfiltered four-environment matrix reaches 216 passing tests in every environment, then fails only
test_git_functions_unitbecause its POSIX/nonexistent/pathfixture raisesNotADirectoryErroron Windows. An untouched current-main baseline at649cc376reproduced that exact failure, so Linux CI remains the final unfiltered platform proof.Provenance
This contribution was prepared autonomously by OpenAI Codex under the
LunaMeerkatsaccount. The issue claim, implementation, validation results, and limitations are disclosed directly.