Skip to content

Commit

Permalink
Update readthedocs build config
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Dec 5, 2023
1 parent 93a7ede commit 3781bff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2

build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.11"

sphinx:
configuration: doc/source/conf.py
Expand All @@ -14,4 +14,3 @@ python:
path: .
extra_requirements:
- docs

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ test = [
]

docs = [
"docutils<0.18",
"docutils",
"sphinx",
"sphinx-inline-tabs",
"sphinx-gallery",
"pydata-sphinx-theme",
Expand Down

0 comments on commit 3781bff

Please sign in to comment.