XBND-1542: Split from Sphinx Standalone Ext (Become Builder+Deployer)
High-Level Proposal*
Related PR: sphinx_repo_manager!14 (merged)
We recently turned sphinx_repo_manager
into a standalone community extension.
In turn, this repo has become the dominant one to handle building and deployment (instead of, previously, just static RST files to be imported in from the other repo).
Release Notes*
-
BREAKING:
- Static
.rst
docs/source/content/
moved todocs/source/_static-rst/
- This will auto-symlink to
content/
similarly to_repos-available
- This will auto-symlink to
- Static
docs/source/_static/images/blobs/xbe_static_docs
renamed to_local/
- Moved
docs/source/component_cards-partial.rst
todocs/source/_static-docs/
- Static
-
Ported over the previous
sphinx_repo_manager
features to this repo as a standalone extension viarequirements.txt
andconf.py
- Build tools
- RTD Deploy tools
- Tooling (such as
production_prep
)
-
Meta: Updated this repo's MR template
Testing
[x] I tested/built with make html
and confirm the expected outcome.
[x] Tested RTD deployment
Edited by Dylan Hunt