Skip to content

Commit

Permalink
chore: remove RTD mock imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Dec 10, 2023
1 parent f25810d commit 80d6d0f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 25 deletions.
25 changes: 0 additions & 25 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,6 @@
".env",
".venv",
]
autodoc_mock_imports = [
"pandas",
"openpyxl",
"pooch", # includes tqdm
"verde",
"xarray", # includes netCDF4, h5netcdf, scipy, pydap, zarr, fsspec, cftime, rasterio, cfgrib, pooch # noqa: E501
"harmonica",
"pyproj",
"matplotlib",
"pyogrio",
"rioxarray",
"scipy",
"numpy",
"pygmt",
"geopandas",
"zarr",
"python-dotenv",
"nptyping",
# interactive
"geoviews",
"cartopy",
"ipyleaflet",
# viz
"seaborn",
]

nbsphinx_execute = "never"

Expand Down
21 changes: 21 additions & 0 deletions env/RTD_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ channels:
dependencies:
- python=3.9
- pip
# Run-time
- pandas
- openpyxl
- pooch
- tqdm
- verde
- xarray
- netcdf4
- h5netcdf
- harmonica>=0.6.0
- pyproj
- matplotlib
- pyogrio
- rioxarray
- scipy
- numpy
- pygmt
- geopandas
- zarr
- python-dotenv
- nptyping
# docs
- sphinx>=4.0
- myst-parser
Expand Down

0 comments on commit 80d6d0f

Please sign in to comment.