DOC: add readthedocs yaml config file + use conda for doc deps

This commit is contained in:
Joris Van den Bossche
2016-04-11 22:32:58 +02:00
parent 3232187324
commit 3988fb52a0
3 changed files with 21 additions and 2 deletions
+16
View File
@@ -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
+5
View File
@@ -0,0 +1,5 @@
conda:
file: doc/environment.yml
python:
version: 3
setup_py_install: true
-2
View File
@@ -1,2 +0,0 @@
sphinx_rtd_theme
ipython