We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f5cf7 commit eaf3425Copy full SHA for eaf3425
.readthedocs.yml
@@ -5,6 +5,11 @@
5
# Required
6
version: 2
7
8
+build:
9
+ os: "ubuntu-20.04"
10
+ tools:
11
+ python: "mambaforge-4.10"
12
+
13
# Build documentation in the docs/ directory with Sphinx
14
sphinx:
15
configuration: docs/source/conf.py
ci/environment-docs.yml
@@ -1,8 +1,9 @@
1
name: intake-stac
2
channels:
3
- conda-forge
4
+ - nodefaults
dependencies:
- - python=3.7
+ - python=3.9
- aiohttp
- fsspec
- geopandas
0 commit comments