-
Notifications
You must be signed in to change notification settings - Fork 20
Use pyproject.toml to build docs on RTD #126
Copy link
Copy link
Open
Labels
Description
We currently use a separate file to build docs on Read the Docs.
| - requirements: docs/requirements.txt |
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.
Reactions are currently unavailable