Skip to content

Commit 9c6a786

Browse files
EliEli
authored andcommitted
Added to list of mock objects.
1 parent ac80b5f commit 9c6a786

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docsrc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
# import mock
3030
autodoc_mock_imports = ["nodepy",
3131
"gdal","osgeo","rasterio","fiona","pyproj",
32-
"geopandas","shapely","netCDF4","xarray","vtools3","vtools"
32+
"geopandas","shapely","netCDF4","xarray","vtools3","vtools",
33+
"rtree","scipy","pandas","numba"
3334
]
3435
# -- General configuration ---------------------------------------------
3536

docsrc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file will be deprecated and moved to pyproj.toml
2-
# to consolidate dependency spec in one file
2+
# to consolidate dependency spec in one file
33
# furo==2021.11.16
44
sphinx>=8.0
55
sphinx-design

0 commit comments

Comments
 (0)