We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a7ede commit 3781bffCopy full SHA for 3781bff
.readthedocs.yaml
@@ -1,9 +1,9 @@
1
version: 2
2
3
build:
4
- os: ubuntu-20.04
+ os: ubuntu-22.04
5
tools:
6
- python: "3.8"
+ python: "3.11"
7
8
sphinx:
9
configuration: doc/source/conf.py
@@ -14,4 +14,3 @@ python:
14
path: .
15
extra_requirements:
16
- docs
17
-
pyproject.toml
@@ -70,7 +70,8 @@ test = [
70
]
71
72
docs = [
73
- "docutils<0.18",
+ "docutils",
74
+ "sphinx",
75
"sphinx-inline-tabs",
76
"sphinx-gallery",
77
"pydata-sphinx-theme",
0 commit comments