Skip to content

Commit

Permalink
CI/DOC: install on rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Aug 15, 2017
1 parent 3f67410 commit 67758d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# TODO: Fix setuptools_scm, rtd, and pkg_resources interaction to not hardcode
release = '0.1.4.dev0'
# release = get_distribution(project).version
release = get_distribution(project).version
version = '.'.join(release.split('.')[:2])

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
3 changes: 3 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
conda:
file: environment.yml
python:
version: 3
setup_py_install: true

0 comments on commit 67758d8

Please sign in to comment.