Skip to content

Commit eaf3425

Browse files
author
Joe Hamman
authored
attempt to fix memory error during creation of doc env (#121)
1 parent a0f5cf7 commit eaf3425

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.readthedocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
# Required
66
version: 2
77

8+
build:
9+
os: "ubuntu-20.04"
10+
tools:
11+
python: "mambaforge-4.10"
12+
813
# Build documentation in the docs/ directory with Sphinx
914
sphinx:
1015
configuration: docs/source/conf.py

ci/environment-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: intake-stac
22
channels:
33
- conda-forge
4+
- nodefaults
45
dependencies:
5-
- python=3.7
6+
- python=3.9
67
- aiohttp
78
- fsspec
89
- geopandas

0 commit comments

Comments
 (0)