Skip to content

Commit 6fd1054

Browse files
authored
update readthedocs documentation to ubuntu 24.04 (#12401)
I came from https://docs.readthedocs.com/platform/stable/config-file/v2.html and found that the recommended OS is outdated. I think that this should always use an up-to-date version, so that new users do not start with an old OS version for their docs. Of course there are many other links to old OS versions, some also to Ubuntu 20.04, which should be changed as well.
1 parent 1febfba commit 6fd1054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/config-file/examples/sphinx/.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2
66

77
# Set the OS, Python version and other tools you might need
88
build:
9-
os: ubuntu-22.04
9+
os: ubuntu-24.04
1010
tools:
1111
python: "3.12"
1212
# You can also specify other tool versions:

0 commit comments

Comments
 (0)