Parent Read the Docs project for appdocs.northebridge.com. Each
NortheBridge app's documentation is hosted as an RTD subproject
under this one and served at:
appdocs.northebridge.com/projects/<app-slug>/
This repo only owns the umbrella landing page. Per-app docs live in
their own repositories with their own .readthedocs.yaml.
python3 -m venv .venv
source .venv/bin/activate
pip install -r docs/requirements.txt
sphinx-build -b html docs docs/_build/html
open docs/_build/html/index.html- Create the per-app RTD project from its GitHub repo.
- In this project's RTD admin → Subprojects → Add subproject, pick the new project and set its slug.
- Add it to
docs/index.md(grid card + hidden toctree entry) and tointersphinx_mappingindocs/conf.py. - Commit and push — RTD rebuilds this hub automatically.