Commit 2790df7
committed
sphinx: Update to 7.2.6, python 3.12, ubuntu-24.04
Update sphinx to 7.2.6, python 3.12. This requires to update
.readthedocs.yml to use ubuntu-24.04 [1], because keep in sync sphinx in
readthedocs with with the one for local development and github CI.
Raising python makes sense, as development is usually done on newer
distros, we were still using old python 3.6.
This fixes the problem on local development trying to run older sphinx
5.3 on python 3.13 requires to use imghdr, which was removed from
standard library (alternatively we'd need to install it from pip via
adding standard-imghdr into requirements.txt).
[1] https://about.readthedocs.com/blog/2024/06/ubuntu-24-04/
Fixes: b900b79 ("doc: Add sphinx to requirements.txt")
Signed-off-by: Petr Vorel <pvorel@suse.cz>1 parent 8000c95 commit 2790df7
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments