docs: shared PyAuto brand layer for the Furo docs#598
Merged
Conversation
Phase B of the docs middle path (pyautolabs.github.io#1; census PyAutoLabs/PyAutoFit#1341): adds the stack-wide docs/_static/pyauto.css (identical file in PyAutoFit/PyAutoGalaxy/PyAutoLens — the PyAuto family gradient strip and sidebar wordmark styling) and this project's Furo accent via light_css_variables/dark_css_variables: #7c4dff / #9d7aff (purple). Sphinx warning count unchanged vs baseline; docs CI (phase A) guards it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GziFkivBHz1d11eFYUszmy
The docs CI caught the miss on PR #598: .gitignore's docs/_static entry made 'git add -A' silently skip the new stylesheet, so CI built with a dangling html_static_path (135 warnings vs baseline 134). Lift the ignore (as PyAutoFit#1343 did) and commit the asset. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GziFkivBHz1d11eFYUszmy
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
Phase B of the docs middle path (PyAutoLabs/pyautolabs.github.io#1; census + decision record PyAutoLabs/PyAutoFit#1341). Adds the stack-wide
docs/_static/pyauto.css— identical file in PyAutoFit/PyAutoGalaxy/PyAutoLens: the PyAuto family gradient strip across the top of every docs page (the three stack accents) and sidebar wordmark styling — plus this project's own Furo accent (purple#7c4dfflight /#9d7affdark) vialight_css_variables/dark_css_variables. Replaces the existing light-onlyhtml_theme_options(same light purple, now with a dark-mode variant).Pairs with the new front door at https://pyautolabs.github.io (phase C, same palette). Zero-cost per the decision record:
*.readthedocs.iostays canonical.API Changes
None — docs styling only.
Test Plan
pyauto.cssdeployed into_static, brand variables present in rendered HTMLdocsCI check (phase A) green on this PRValidation checklist (--auto run)
Full API Changes (for automation & release notes)
None — files touched:
docs/_static/pyauto.css(new),docs/conf.py.🤖 Generated with Claude Code
https://claude.ai/code/session_01GziFkivBHz1d11eFYUszmy