8000 Build docs with Circle CI by QuLogic · Pull Request #8893 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

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
Remove mencoder from doc build.
It's not available on jessie, the distro on which CircleCI's docker
image is based.
  • Loading branch information
QuLogic committed Jul 20, 2017
commit c85f3097fe67803709e1fd6ffa950ae18dcda66e
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
sudo apt-get install \
inkscape \
libav-tools \
mencoder \
dvipng \
pgf \
lmodern \
Expand Down Expand Up @@ -72,7 +71,6 @@ jobs:
sudo apt-get install \
inkscape \
libav-tools \
mencoder \
dvipng \
pgf \
lmodern \
Expand Down
0