Skip to content

Commit

Permalink
DOC: Fix location of tagged docs
Browse files Browse the repository at this point in the history
Fix location of tagged docs
  • Loading branch information
bashtage committed Mar 14, 2018
1 parent 7808de1 commit e386855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ matrix:


before_install:
- git fetch --tags
- if [[ ${TRAVIS_OS_NAME} == "osx" ]]; then wget https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O miniconda3.sh; fi
- if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda3.sh; fi
- chmod +x miniconda3.sh
Expand Down Expand Up @@ -70,6 +71,6 @@ script:
cd ${BUILD_DIR}
doctr deploy doc
if [[ ${TRAVIS_TAG}} ]]; then
doctr deploy doc --no-require-master
doctr deploy . --build-tags
fi;
fi;
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ VCS = git
style = pep440
versionfile_source = randomgen/_version.py
versionfile_build = randomgen/_version.py
tag_prefix =
tag_prefix = v
parentdir_prefix = randomgen-

0 comments on commit e386855

Please sign in to comment.