docs/source is the primary English documentation source tree for OpenRath.
Chinese-language planning notes may remain in docs/*.md, but the published
Sphinx site should be maintained in English by default.
Build the primary English site:
bash scripts/build_docs.shThe generated HTML is under docs/_build/html/.
The build script also accepts alternate source and output directories:
DOCS_SOURCE=docs/source DOCS_BUILD=docs/_build_alt bash scripts/build_docs.sh