Skip to content

Commit 080c826

Browse files
committed
Require Sphinx >= 8.0
Read the Docs wants to install Sphinx 4.something. This causes problems with Python 3.13 because the `imghdr` module was removed from the standard library around Sphinx 6.2 and the epub builder relies on it. Sphinx is at version 8 now. We can safely ask for it.
1 parent 09c3e37 commit 080c826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation_build_environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- jupyter
2727

2828
# Documentation Dependencies
29-
- sphinx
29+
- sphinx>=8.0
3030
- sphinx_rtd_theme
3131
- nbsphinx>=0.7.1
3232
- pandoc>=2.5

0 commit comments

Comments
 (0)