This changeset add several documentation related features and configures them to be maintained, along with the codebase and package publishing, in an automated fashion.
Test Plan
The automated test suite passes (run manually if needed).
Verify the current version is not available on PyPi.
poetry version
pip index versions hypermodern-guyhoozdis
Verify documentation can be built with nox -s docs
Verify that codecov is receiving coverage data for this branch.
After merge
Verify the documentation is built and hosted on Read the Docs.
Verify the documentation badge displays passing.
Verify the codecov badge displays 100%.
Verify the PyPi badge shows the last published version.
Why Are We Doing This?
This changeset add several documentation related features and configures them to be maintained, along with the codebase and package publishing, in an automated fashion.
Test Plan
poetry version
pip index versions hypermodern-guyhoozdis
nox -s docs