Skip to content

Commit 06e5eaf

Browse files
authored
fix the documentation index page (#178)
* pin sphinx_rtd_theme * bump versions in the RTD configuration [skip-ci]
1 parent 3c1392f commit 06e5eaf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
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.9"
6+
python: "3.10"
77

88
python:
99
install:

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pooch
44
netCDF4
55
cf-xarray>=0.6
66
sphinx
7-
sphinx_rtd_theme
7+
sphinx_rtd_theme>=1.0
88
ipython
99
ipykernel
1010
jupyter_client

0 commit comments

Comments
 (0)