mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-10 12:00:21 +08:00
DOC: add readthedocs yaml config file + use conda for doc deps
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
name: geopandas_docs
|
||||
channels:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python=3.4
|
||||
- pandas
|
||||
- shapely
|
||||
- fiona
|
||||
- pyproj
|
||||
- six
|
||||
- geopy
|
||||
- matplotlib
|
||||
- descartes
|
||||
- sphinx
|
||||
- sphinx_rtd_theme
|
||||
- ipython
|
||||
@@ -0,0 +1,5 @@
|
||||
conda:
|
||||
file: doc/environment.yml
|
||||
python:
|
||||
version: 3
|
||||
setup_py_install: true
|
||||
@@ -1,2 +0,0 @@
|
||||
sphinx_rtd_theme
|
||||
ipython
|
||||
Reference in New Issue
Block a user