We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2e0b2 commit e49aaecCopy full SHA for e49aaec
1 file changed
CHANGES
@@ -20,6 +20,15 @@ $ uv add libvcs --prerelease allow
20
_Notes on the upcoming release will go here._
21
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
22
23
+### Bug fixes
24
+
25
+- Fix dark-theme flash when light theme is selected — the docs
26
+ `conf.py` was overriding gp-sphinx's `setup()` callback, so the
27
+ inline FOWT-prevention `<script>` never landed in `<head>`. Chain
28
+ the gp-sphinx setup explicitly so the script (and the
29
+ `spa-nav.js` / copybutton / MyST-lexer hooks) register correctly
30
+ (#REPLACE_WITH_PR_NUM)
31
32
### Documentation
33
34
- Bump gp-sphinx docs stack to v0.0.1a16 — docs site now renders
0 commit comments