Skip to content

Commit

Permalink
Fix readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose committed Mar 29, 2019
1 parent 16e03bd commit fb6b001
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
name: climlab
channels:
- conda-forge
- defaults
dependencies:
- python=3.6
- numpy
- scipy
- python=3.7
- numpy=1.16.0
- pandas=0.23.3
- scipy=1.2.0
- matplotlib=3.0.2
- netCDF4=1.4.2
- xarray
- attrdict
- sphinx
- matplotlib
- ipython
- sphinx=1.8.2
- ipython=7.2.0
- jupyter
- future
- sphinx_rtd_theme
- sphinx_rtd_theme=0.4.2
#- nbsphinx
- sphinxcontrib-bibtex
- numpydoc
- numpydoc=0.8.0
3 changes: 3 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
build:
image: latest
conda:
file: docs/environment.yml
python:
version: 3
setup_py_install: true
formats: []

0 comments on commit fb6b001

Please sign in to comment.