-
Notifications
You must be signed in to change notification settings - Fork 46
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
Test that the docs build #1453
Test that the docs build #1453
Conversation
Weird that I didn't get this locally!
UPDATE Nevermind. I did get this error locally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Can you add ci/circleci: docs
as a required check to the bors config?
mv ~/docker-compose /usr/local/bin/docker-compose | ||
curl -L https://github.com/docker/compose/releases/download/1.19.0/docker-compose-`uname -s`-`uname -m` > ~/docker-compose | ||
chmod +x ~/docker-compose | ||
mv ~/docker-compose /usr/local/bin/docker-compose |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By the way, some Yaml plugin in vscode did this. I'm a bit surprised it was enabled to "formatOnSave" by default. Either way, can't hurt.
Looks good. I'll let you handle bors yourself, since it looks like wanted to squash all this. bors delegate= @peterbe |
✌️ peterbe can now approve this pull request |
e004f02
to
080898f
Compare
uh? What do I do? Just |
bors r+ |
1453: Test that the docs build r=peterbe a=peterbe Fixes #1441 These steps work locally but I'm going to see if messing with one of the `.rst` files actually breaks the build. - [x] Test that it works - [x] Test that `.rst` failures "break the build" - [x] Squash commits to clean up Co-authored-by: Peter Bengtsson <mail@peterbe.com>
Build succeeded |
Fixes #1441
These steps work locally but I'm going to see if messing with one of the
.rst
files actually breaks the build..rst
failures "break the build"