Skip to content

Commit bb1b8b6

Browse files
committed
Update readthedocs.yml
- sphinx handling mod https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ - ubuntu/python versions
1 parent 8f63770 commit bb1b8b6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

readthedocs.yml

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

33
build:
4-
os: ubuntu-22.04
4+
os: ubuntu-24.04
55
tools:
6-
python: "3.8"
6+
python: "3"
77

88
python:
99
install:
1010
- requirements: requirements.txt
1111
- requirements: doc/requirements.txt
12+
13+
sphinx:
14+
configuration: doc/conf.py

0 commit comments

Comments
 (0)