Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Build docs with Circle CI #8893

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jul 21, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Ensure we have tags on CircleCI.
This helps to provide a reasonable version number.
  • Loading branch information
QuLogic committed Jul 20, 2017
commit 4626b259bb39b24da56a670f65f720bcd1138eff
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ dependencies:
# Linkchecker is currently broken with requests 2.10.0 so force an earlier version.
- if [ $CIRCLE_NODE_INDEX == "1" ]; then pip install $PRE requests==2.9.2 linkchecker; fi

checkout:
post:
- git fetch --tags --unshallow

compile:
override:
# Install matplotlib
Expand Down