Skip to content

Commit

Permalink
hotfix: revert to conda install for readthedocs with autosummary False
Browse files Browse the repository at this point in the history
  • Loading branch information
asampat3090 committed May 6, 2018
1 parent c86ae15 commit 3fb57e9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
build:
image: latest
conda:
file: docs/environment.yml
python:
version: 2.7
setup_py_install: true
9 changes: 9 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: datmo-docs
channels:
- conda-forge
dependencies:
- python=2.7
- sphinx
- sphinx-argparse
- pip:
- autodocsumm

0 comments on commit 3fb57e9

Please sign in to comment.