We currently use a separate file to build docs on Read the Docs. https://github.com/collective/sphinxcontrib-httpexample/blob/07788d45057075fcb55a8a6b95a4c80fbf337b5d/.readthedocs.yaml#L35 We should instead use `pyproject.toml` to unify installation. - [ ] Update `.readthedocs.yaml` - [ ] Delete `docs/requirements.txt` - [ ] Verify that all doc builds, both of versions and pull requests, and tests continue to function. See also #51, as implementation of this issue would likely close that one.
We currently use a separate file to build docs on Read the Docs.
sphinxcontrib-httpexample/.readthedocs.yaml
Line 35 in 07788d4
We should instead use
pyproject.tomlto unify installation..readthedocs.yamldocs/requirements.txtSee also #51, as implementation of this issue would likely close that one.