Read the Docs¶
The repository includes .readthedocs.yaml. For a public GitHub repository,
Read the Docs can build this MkDocs site for free.
- Push the repository to GitHub.
- Sign in at readthedocs.org with GitHub.
- Choose Import a Project and select
PolyEnv. - Confirm the default configuration.
Read the Docs installs docs/requirements.txt and builds mkdocs.yml.
Before pushing documentation changes, verify them locally:
python -m pip install -r docs/requirements.txt
mkdocs build --strict
If the remote build cannot find docs/requirements.txt, make sure the file,
.readthedocs.yaml, mkdocs.yml, and the documentation changes were committed
and pushed.