Skip to content

Commit 6b99b63

Browse files
authored
Update readthedocs.yml (#182)
* 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 6b99b63

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

readthedocs.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
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:
10-
- requirements: requirements.txt
10+
- method: pip
11+
path: .
1112
- requirements: doc/requirements.txt
13+
14+
sphinx:
15+
configuration: doc/conf.py

0 commit comments

Comments
 (0)