Skip to content

Commit

Permalink
hotfix: remove conda config and autosummary from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
asampat3090 committed May 6, 2018
1 parent 0bf97f1 commit 30ed261
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
7 changes: 4 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
conda:
file: docs/environment.yml
build:
image: latest
python:
setup_py_install: true
version: 3.6
setup_py_install: true
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
]

autodoc_default_flags = ['members']
autosummary_generate = True
autosummary_generate = False

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
9 changes: 0 additions & 9 deletions docs/environment.yml

This file was deleted.

0 comments on commit 30ed261

Please sign in to comment.