How to¶
Downstream conf.py¶
extensions = ["gp_furo_theme"]
html_theme = "gp-furo"
Visual fidelity¶
Verified by tests/visual/test_visual_regression.py: 12 representative
pages × 2 modes × 3 viewports = 72 baseline screenshots captured from
the previously vendored SCSS pipeline. The current Tailwind output
diffs at ~20% average against those baselines — driven mostly by minor
margin/padding deltas that propagate through long scrolling pages.
Per-page tightening to <0.5% is iterative follow-up work.
Behavioral parity is verified by tests/visual/test_furo_behaviors.py
(mobile sidebar drawer, skip-to-content focus; theme-toggle / scroll-spy
/ back-to-top documented and skipped pending a switch to mouse-wheel-
synthesised scroll events — see test docstrings).
Attribution¶
Templates, scripts, and Python hooks are ported from upstream Furo at
commit b788b8a41aea7323b541975590a284f9f9db8f8e. Furo is MIT-licensed
by Pradyun Gedam; the full license text is reproduced at
packages/gp-furo-theme/LICENSE-FURO. Each ported file carries a
1-line attribution header pointing at upstream. The CSS files
(re-authored in pure Tailwind v4 from upstream’s SCSS, file-by-file)
carry the same attribution pointing at the upstream SCSS source they
replicate.
Copyable config snippet
extensions = [
"gp_furo_theme",
]