Skip to content

Commit 3781bff

Browse files
committed
Update readthedocs build config
1 parent 93a7ede commit 3781bff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.readthedocs.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22

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

88
sphinx:
99
configuration: doc/source/conf.py
@@ -14,4 +14,3 @@ python:
1414
path: .
1515
extra_requirements:
1616
- docs
17-

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ test = [
7070
]
7171

7272
docs = [
73-
"docutils<0.18",
73+
"docutils",
74+
"sphinx",
7475
"sphinx-inline-tabs",
7576
"sphinx-gallery",
7677
"pydata-sphinx-theme",

0 commit comments

Comments
 (0)