Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs by updating Sphinx #157

Merged
merged 2 commits into from
Mar 7, 2023
Merged

Fix docs by updating Sphinx #157

merged 2 commits into from
Mar 7, 2023

Conversation

bmw
Copy link
Member

@bmw bmw commented Mar 7, 2023

#155 broke our docs build because for some reason Poetry's solution to dependency resolution in that PR downgraded Sphinx to a version that doesn't work on Python 3.10. You can see this downgrade in that PR by looking for the lines under name = "sphinx" in poetry.lock.

This PR fixes the problem by specifying a requirement on a new version of Sphinx on Python>=3.10.

@wgreenberg wgreenberg merged commit bbd4bf9 into master Mar 7, 2023
@wgreenberg wgreenberg deleted the fix-docs branch March 7, 2023 20:04
@bmw
Copy link
Member Author

bmw commented Mar 7, 2023

Gah. This just changed the problem. I'm working on another fix. Thanks for the review though.

@bmw bmw mentioned this pull request Mar 7, 2023
@bmw
Copy link
Member Author

bmw commented Mar 7, 2023

New PR is #159.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants