Skip to content

Commit

Permalink
Deploy doctr to the root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Apr 13, 2017
1 parent fd4d83e commit f85f856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ script:
cd docs;
make html SPHINXOPTS="-W";
cd ..;
doctr deploy --gh-pages-docs .;
doctr deploy .;
fi
else
conda build conda.recipe --python=${PYTHON};
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed

### Fixed
- Deploy doctr to the root directory (see [drdoctr/doctr#157](https://github.com/drdoctr/doctr/issues/157) and [drdoctr/doctr#160](https://github.com/drdoctr/doctr/issues/160))

### Removed

Expand Down

0 comments on commit f85f856

Please sign in to comment.