https://github.com/insarlab/MintPy
Revision a7bc68f8e57890cfe06f77cfee5ed5fc85ef2632 authored by rzinke on 10 January 2020, 04:28:41 UTC, committed by Zhang Yunjun on 10 January 2020, 04:28:41 UTC
* Added basemap to conda_env.yml file and removed pip install basemap. These modifications intended to fix problems with pip finding geos libs. * add basemap to conda.txt * update installation.md with basemap from conda
1 parent 67577b6
Tip revision: a7bc68f8e57890cfe06f77cfee5ed5fc85ef2632 authored by rzinke on 10 January 2020, 04:28:41 UTC
Added geos and basemap as conda packages to conda_env.yml (#262)
Added geos and basemap as conda packages to conda_env.yml (#262)
Tip revision: a7bc68f
readthedocs.yml
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
#sphinx:
# configuration: docs/conf.py
# Build documentation with MkDocs
mkdocs:
configuration: mkdocs.yml
# Optionally build your docs in additional formats such as PDF and ePub
formats: all
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.6
install:
- requirements: docs/requirements.txt
formats: []

Computing file changes ...