-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Needed: design decisionA core team decision is requiredA core team decision is required
Description
Following the install dependencies with poetry guide, I get the following error with poetry
1.8:
no theme named 'furo' found (missing theme.conf?)
However, the theme is clearly installed!
- Installing furo (2024.1.29)
Specifically installing poetry
1.7 with fixes the issue:
- pip install 'poetry~=1.7.0'
I don't see anything in the poetry
1.8 release notes to as a cause for the breakage. If you can pin down what the problem is, I'll gladly follow-up with an issue on the poetry
issue tracker. 🙇
Details
- Read the Docs project URL: https://readthedocs.org/projects/logot/
- Build URL (if applicable): https://readthedocs.org/projects/logot/builds/23555282/
- Read the Docs username (if applicable): https://readthedocs.org/profiles/etianen/
Expected Result
The build to pass with poetry
1.8 👍
Actual Result
The build fails with poetry
1.8 👎
N-Wouda
Metadata
Metadata
Assignees
Labels
Needed: design decisionA core team decision is requiredA core team decision is required