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

Issue with sphinx-book-theme #208

Closed
wtbarnes opened this issue Jan 3, 2023 · 1 comment · Fixed by #259
Closed

Issue with sphinx-book-theme #208

wtbarnes opened this issue Jan 3, 2023 · 1 comment · Fixed by #259
Labels
Milestone

Comments

@wtbarnes
Copy link
Owner

wtbarnes commented Jan 3, 2023

The currently released version of sphinx-book-theme is 0.3.3. This release pins to v0.8.1 of pydata-sphinx-theme which has a pin to sphinx>=3.5.4,<5 which for some reason causes very old versions of sphinx to be installed on both GitHub actions and RTD. This in turn causes doc build failures on Python 3.10.

One way to solve this would be pinning sphinx above 4.2 (I think?) in the fiasco docs dependencies. Alternatively, we could switch to using the pydata-sphinx-theme directly which has a much more recent release that does not suffer from this pinning issue.

@wtbarnes
Copy link
Owner Author

wtbarnes commented Jan 3, 2023

I've resolved this temporarily by pinning sphinx to >=4.2,<5 but it would be nice to not have to do this.

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

Successfully merging a pull request may close this issue.

1 participant