Read the Docs Setup¶
This repository includes the files required for automatic Read the Docs builds:
.readthedocs.yamlmkdocs.ymldocs/requirements.txtdocs/content pages
Enable on Read the Docs¶
- Sign in to Read the Docs.
- Import
DennisWayo/lidmas_cppfrom GitHub. - Confirm the default branch and Python version (configured in
.readthedocs.yaml). - Trigger a build.
Local docs build¶
python3 -m venv .venv-docs
source .venv-docs/bin/activate
pip install -r docs/requirements.txt
mkdocs serve
Docs will be available at http://127.0.0.1:8000.
Notes¶
- Any push that changes docs or config will trigger a new RTD build once the project is connected.
- Keep command examples in docs aligned with
README.mdand--helpoutput.
GitHub Pages (also supported)¶
This repository also deploys docs with GitHub Pages via .github/workflows/docs.yml.
In repository settings:
- Go to
Settings -> Pages. - Set
SourcetoGitHub Actions. - Push to
main(or run thedocsworkflow manually).
Published URL:
https://denniswayo.github.io/lidmas_cpp/