Skip to content

Commit

Permalink
readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
thurber committed Jul 26, 2024
1 parent c6f2d17 commit 0e279ed
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: build

on: [push]

env:
HDF5_USE_FILE_LOCKING: FALSE

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ sphinx:
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
31 changes: 31 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
bmipy>=2.0
click>=8.0.1
contextily>=1.2.0
dask[complete]>=2021.10.0
geopandas>=0.10.2
h5netcdf>=0.11.0
hvplot>=0.7.3
matplotlib>=3.4.3
nc-time-axis>=1.4.0
netCDF4>=1.5.7
numba>=0.53.1
numpy>=1.20.3,<2.0
pandas>=1.3.4
pathvalidate>=2.5.0
psutil>=5.8.0
pyarrow>=6.0.0
pyomo>=6.2
python-benedict>=0.24.3
regex>=2021.10.23
requests>=2.26.0
rioxarray>=0.8.0
tqdm>=4.62.3
xarray>=0.19.0
build>=0.7.0
nbsphinx>=0.8.7
recommonmark>=0.7.1
setuptools>=58.3.0
sphinx>=7.4.7
sphinx-panels>=0.6.0
sphinx-rtd-theme>=1.0.0
twine>=3.4.2

0 comments on commit 0e279ed

Please sign in to comment.