Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
- tried to fix readthedocs stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nasimrahaman committed Oct 4, 2017
1 parent e510bbe commit b3e571c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
File renamed without changes.
10 changes: 7 additions & 3 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
name: inferno_docs

channels:
- conda-forge
- soumith
- anaconda

python:
version: 3.5

dependencies:
- python==3.5
- pytorch>=0.1.12
- scipy>=0.13.0
- h5py
- scikit-image
- pyyaml
- dill
- pip:
- sphinx-gallery
- sphinxcontrib-napoleon
- sphinxcontrib-bibtex

5 changes: 4 additions & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
conda:
file: docs/environment.yml
file: docs/environment.yml
python:
version: 3.5
pip_install: true

0 comments on commit b3e571c

Please sign in to comment.