Skip to content

Commit

Permalink
Fix doc build (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
sphamba authored Aug 4, 2023
1 parent 286e2d6 commit 1fb7638
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
experimental: [false]
include:
- os: "ubuntu-latest"
python-version: "3.10"
python-version: "3.11"
experimental: true

- os: "ubuntu-latest"
python-version: "3.10"
python-version: "3.11"
experimental: false
coverage: true

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pytest==7.2.0
requests-mock==1.10.0
requests==2.28.2
sphinx==5.1.1
sphinx_rtd_theme==1.0.0
sphinx_book_theme==1.0.1
sphinx-mdinclude==0.5.3
tqdm==4.65.0
disdrodb==0.0.17
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- setuptools=65.2.0
- xarray=2022.6.0
- sphinx=5.1.1
- sphinx_rtd_theme=1.0.0
- sphinx_book_theme=1.0.1
- jupyter=1.0.0
- nbsphinx=0.8.9
- dask[distributed]=2022.9.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PyYAML==6.0
setuptools==65.2.0
xarray==2022.6.0
sphinx==5.1.1
sphinx_rtd_theme==1.0.0
sphinx_book_theme==1.0.1
nbsphinx==0.8.9
jupyter==1.0.0
dask[distributed]==2022.9.1
Expand Down

0 comments on commit 1fb7638

Please sign in to comment.