Skip to content

Commit f1b2a8c

Browse files
authored
Update .readthedocs.yaml to not pin tooling versions (#62)
* Update .readthedocs.yaml to not pin tooling versions readthedocs/readthedocs.org#11081 Signed-off-by: Bradley Reynolds <[email protected]> * Strip blank lines Signed-off-by: Bradley Reynolds <[email protected]> --------- Signed-off-by: Bradley Reynolds <[email protected]>
1 parent 841bf9a commit f1b2a8c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/source/.readthedocs.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
version: 2
2-
32
build:
4-
os: ubuntu-22.04
3+
os: ubuntu-lts-latest
54
tools:
6-
python: "3"
7-
5+
python: latest
86
python:
97
install:
108
- method: pip
119
path: .
1210
extra_requirements:
1311
- docs
14-
1512
sphinx:
1613
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)