2e631136c6adb2c3edb2375f6a7588e3bd5e9d49
The handbook is served natively (no Docker) on the Gitea box: a python venv runs mkdocs build, and the reverse proxy serves the static site/ at docs.rethinkstudios.io. Pin the build deps so the host venv reproduces the build exactly: pip install -r requirements.txt && mkdocs build Verified the host rebuild flow from scratch: fresh venv + clean pip install -r requirements.txt + mkdocs build --strict builds all 6 pages with no errors. Static output uses relative URLs and site_url is the docs subdomain, so it serves correctly behind the proxy at the subdomain root. site/ and .venv/ stay gitignored. Signed-off-by: disqualifier <dev@disqualifier.me>
Description
Rethink Development — public libs, standards, and deployment, in one handbook
1.3 MiB
Languages
Pip Requirements
100%