Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs, ci: use conda env in readthedocs #210

Merged
merged 2 commits into from
Nov 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .readthedocs.environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: stactools
channels:
- conda-forge
- defaults
dependencies:
- gdal
- pip
- rasterio~=1.2
- pip:
- codespell
- coverage
- flake8
- ipython
- jupyter
- lxml-stubs
- mypy
- nbsphinx
- pylint
- sphinx
- sphinx-autobuild
- sphinx-click
- sphinxcontrib-fulltoc
- sphinxcontrib-napoleon
- types-certifi
- types-orjson
- types-python-dateutil
- types-requests
- yapf
- .
13 changes: 7 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ sphinx:
formats:
- pdf

python:
version: 3.8
install:
- method: pip
path: .
- requirements: requirements-dev.txt
build:
os: ubuntu-20.04
tools:
python: mambaforge-4.10

conda:
environment: .readthedocs.environment.yml
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

### Fixed

- Readthedocs build ([#210](https://github.com/stac-utils/stactools/pull/210))

## stactools 0.2.3

### Added
Expand Down