We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 150e651 + 94ba743 commit 7093fd6Copy full SHA for 7093fd6
environment.yml
@@ -16,6 +16,6 @@ dependencies:
16
- pyyaml
17
- requests
18
- shapely
19
- - spatialist>=0.16.0
+ - spatialist>=0.16.1
20
- sqlalchemy>=1.4,<2.0
21
- sqlalchemy-utils>=0.37,<0.42
readthedocs.yml
@@ -1,17 +1,19 @@
1
version: 2
2
3
build:
4
- os: "ubuntu-24.04"
+ os: "ubuntu-lts-latest"
5
tools:
6
python: "mambaforge-latest"
7
8
conda:
9
- environment: environment-doc.yml
+ environment: environment.yml
10
11
python:
12
install:
13
- method: pip
14
path: .
15
+ extra_requirements:
+ - docs
formats:
- epub
0 commit comments