Skip to content

Commit

Permalink
Readthedocs conda environment (ga4gh#1526)
Browse files Browse the repository at this point in the history
* New schemas branch

* Add rtd.yml

* Fix protoc package

* bump sphinx version
--upgrade removed

* Add pysam requirement

* Add rdflib

* Switch to dannys PR
Add newline

* Switch back to schemas@master
  • Loading branch information
david4096 authored and kozbo committed Jan 20, 2017
1 parent 22fc2d9 commit 4d2973c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channels:
- ioos
dependencies:
- protobuf=3.1.0.post1=py27_0
- protobuf=3.0.0=py27_0
- openssl=1.0.2h=1
- pip=8.1.2=py27_0
- python=2.7.11=0
Expand All @@ -13,5 +13,9 @@ dependencies:
- wheel=0.29.0=py27_0
- zlib=1.2.8=3
- pip:
- git+git://github.com/ga4gh/ga4gh-client.git@master#egg=ga4gh_client --upgrade
- git+git://github.com/ga4gh/schemas.git@master#egg=ga4gh_schemas --upgrade
- git+git://github.com/ga4gh/ga4gh-client.git@master#egg=ga4gh_client
- git+git://github.com/ga4gh/schemas.git@master#egg=ga4gh_schemas
- sphinx-argparse==0.1.15
- sphinx==1.5.1
- pysam==0.9.0
- RDFLib==4.2.1
2 changes: 2 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
conda:
file: docs/environment.yml

0 comments on commit 4d2973c

Please sign in to comment.