Skip to content

Fix docs by updating Sphinx#157

Merged
wgreenberg merged 2 commits intomasterfrom
fix-docs
Mar 7, 2023
Merged

Fix docs by updating Sphinx#157
wgreenberg merged 2 commits intomasterfrom
fix-docs

Conversation

@bmw
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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