Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0e5a4d4

Browse files
committedMay 8, 2025··
Update Sphinx configuration.
1 parent bfecd27 commit 0e5a4d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.readthedocs.yml renamed to ‎.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22

33
build:
4-
os: ubuntu-20.04
4+
os: ubuntu-lts-latest
55
tools:
6-
python: "3.10"
6+
python: latest
77
jobs:
88
post_checkout:
99
- git fetch --unshallow

0 commit comments

Comments
 (0)
Please sign in to comment.