Closed ageorgou closed 2 years ago
This is because the sphinx dependencies, listed in docs/requirements.txt
are not included in pyproject.toml
or poetry.lock
, so are not installed. Two ways around this are:
pip install -r requirements.txt
; it would be nice to have a poetry command for consistency, but there doesn't appear to be one, and the suggested workaround there would not work on Windows)Sorry we missed updating the README bits about building the docs! Will update!
Following the instructions:
the second command fails with