From f29e1ad9d4dcdfb032c637e91edd6ad9e87c72e8 2017-11-20 18:15:00 From: Doug Latornell Date: 2017-11-20 18:15:00 Subject: [PATCH] Add note about docs build inclusion in Travis-CI builds. --- diff --git a/docs/README.rst b/docs/README.rst index ef61df0..baae43b 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -51,3 +51,11 @@ API documentation. This build target skips that. ``make pdf`` will compile a pdf from the documentation. You can run ``make help`` to see information on all possible make targets. + + +Continuous Integration +---------------------- + +Documentation builds are included in the Travis-CI continuous integration process, +so you can see the results of the docs build for any pull request at +https://travis-ci.org/ipython/ipython/pull_requests.