Skip to content

Commit d1a2147

Browse files
committed
CI: no need for extra requirement file for RTD, and bump python version
1 parent 4d20125 commit d1a2147

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sphinx:
1313
build:
1414
os: ubuntu-22.04
1515
tools:
16-
python: "3.10"
16+
python: "3.12"
1717
apt_packages:
1818
- graphviz
1919
jobs:
@@ -22,7 +22,6 @@ build:
2222

2323
python:
2424
install:
25-
- requirements: docs/requirements.txt
2625
- method: pip
2726
path: .
2827
extra_requirements:

0 commit comments

Comments
 (0)