Skip to content

Commit d9cf62f

Browse files
committed
Upgrade ReadTheDocs configuration.
1 parent 3953243 commit d9cf62f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.readthedocs.yml renamed to .readthedocs.yaml

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

33
build:
4-
os: ubuntu-22.04
4+
os: ubuntu-lts-latest
55
tools:
6-
python: "3.12"
6+
python: latest
7+
8+
sphinx:
9+
configuration: docs/conf.py
710

811
python:
912
install:

0 commit comments

Comments
 (0)