Read the Docs Setup¶
This project is configured for Read the Docs using:
.readthedocs.yamlmkdocs.ymldocs/requirements.txt
One-time setup¶
- Sign in at https://readthedocs.org/ using your GitHub account.
- Import repository:
Shreyas582/WraithRun. - Confirm the default branch is
main. - Ensure configuration file detection is enabled (Read the Docs auto-detects
.readthedocs.yaml). - Trigger the first build.
Versioned docs¶
Read the Docs can build docs for:
latestfrommain- tagged releases (for example
v0.2.1)
After creating a new release tag, enable that version in the Read the Docs admin panel if needed.
Local docs preview¶
Install docs dependencies:
python -m pip install -r docs/requirements.txt
Run local docs server:
mkdocs serve
Build static docs locally:
mkdocs build