Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Added requirements files for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Oct 11, 2016
1 parent cd1c9dc commit dff73fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: sphinx_nbexamples_docs
dependencies:
- matplotlib
- bokeh
- seaborn
- ipython
- nbconvert
- sphinx
5 changes: 5 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
conda:
file: docs/environment.yml
python:
version: 3
setup_py_install: true

0 comments on commit dff73fe

Please sign in to comment.