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

Use python < 3.13 for building docs #325

Merged
merged 2 commits into from
Nov 11, 2024
Merged

Use python < 3.13 for building docs #325

merged 2 commits into from
Nov 11, 2024

Conversation

ianmkenney
Copy link
Collaborator

@ianmkenney ianmkenney commented Nov 7, 2024

Python v3.13 removed imghdr, which is used by the versions sphinx we use for building our docs. Since we don't officially support 3.13 yet, we can get the docs working by adding this constraint. A better option would be to use newer versions of Sphinx, but that can be done in a different commit.

See sphinx-doc/sphinx#10440

Python v3.13 removed imghdr, which is used by the versions sphinx we
use for building our docs. Since we don't officially support 3.13 yet,
we can get the docs working by adding this constraint. A better option
would be to use newer versions of Sphinx, but that can be done in a
different commit.
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.10%. Comparing base (c1b9fad) to head (bee79ba).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #325   +/-   ##
=======================================
  Coverage   80.10%   80.10%           
=======================================
  Files          27       27           
  Lines        3478     3478           
=======================================
  Hits         2786     2786           
  Misses        692      692           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dotsdl
Copy link
Member

dotsdl commented Nov 11, 2024

Awesome, thank you @ianmkenney! I agree with your proposed solution here.

@dotsdl dotsdl merged commit 4926573 into main Nov 11, 2024
4 of 5 checks passed
@dotsdl dotsdl deleted the fix/failing_docs_env branch November 11, 2024 23:40
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