Commit 080c826
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments