mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
21 lines
253 B
YAML
21 lines
253 B
YAML
version: 2
|
|
|
|
build:
|
|
os: "ubuntu-22.04"
|
|
tools:
|
|
python: "mambaforge-4.10"
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
fail_on_warning: false
|
|
|
|
formats: all
|
|
|
|
conda:
|
|
environment: docs/environment.yml
|
|
|
|
python:
|
|
install:
|
|
- method: pip
|
|
path: .
|