Skip to content

Commit

Permalink
try new doc env config
Browse files Browse the repository at this point in the history
  • Loading branch information
wholmgren committed Dec 6, 2016
1 parent 5ddd9b1 commit f2598ad
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: pvlibdocs
channels:
- conda-forge
- defaults
# - conda-forge # needed for siphon, but causes path too short problems on rtd
dependencies:
- python=2.7
- mock # needed for local python 2.7 builds
Expand All @@ -16,7 +16,9 @@ dependencies:
- numpydoc
- matplotlib
- seaborn
# - siphon
- sphinx=1.3.5 # same versions as rtd
- sphinx_rtd_theme=0.1.7
- docutils=0.12
- siphon
- sphinx=1.4.8
- netCDF4=1.2.4
- hdf4=4.2.12
- sphinx_rtd_theme
- docutils

0 comments on commit f2598ad

Please sign in to comment.