You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add docs theme override, manifest, and Pagefind pipeline for python-openapi.org
Adds the publishing-pipeline pieces required by the unified
python-openapi.org website shell:
- docs/_templates/layout.html: Sphinx layout override that injects
the shared ecosystem banner and footer per docs-theme-contract.md
- docs/manifest.json: the manifest the shell consumes to resolve
versions and the Pagefind bundle URL
- Makefile: docs-html, docs-pagefind, docs-manifest, docs-publish,
and docs-cleanup targets used by the docs publishing pipeline
- .readthedocs.yaml: nodejs added under tools, post_build hook that
runs `make docs-publish` and copies docs/_build/html/* into the
RTD output, so each published build also exposes /pagefind/ and
/manifest.json next to the HTML
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments