Skip to content

Commit

Permalink
Merge pull request pysal#272 from weikang9009/master
Browse files Browse the repository at this point in the history
fix docs building
  • Loading branch information
jGaboardi committed May 13, 2019
2 parents 043985b + f72aaf0 commit 6d07d79
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
- PYSAL_PYPI=false PYSAL_PLUS=true
- PYSAL_PYPI=false PYSAL_PLUS=false


matrix:
allow_failures:
- python: 3.6
Expand Down
16 changes: 16 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: docs
channels:
- conda-forge
dependencies:
- python=3.6
# - geopandas
- rtree
# - sphinx>=1.4.3
- sphinxcontrib-bibtex
- sphinx_bootstrap_theme
- numpydoc
# - scipy>=0.11
# - numpy>=1.3
# - pandas
- esda>=2.0.0
- matplotlib
13 changes: 8 additions & 5 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ sphinx:
# Optionally build your docs in additional formats such as PDF and ePub
formats: all

conda:
environment: environment.yml

python:
version: 3.7
version: 3.6
install:
- requirements: requirements.txt
- method: pip
path: .
extra_requirements:
- tests
- docs
# extra_requirements:
# - tests
# - docs

1 change: 0 additions & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ sphinx>=1.4.3
sphinxcontrib-bibtex
sphinx_bootstrap_theme
numpydoc
esda

0 comments on commit 6d07d79

Please sign in to comment.