Re: [Python-checkins] bpo-30607: Use external python-doc-theme (GH-2017)
On 3/1/2018 4:03 PM, Ned Deily wrote:
https://github.com/python/cpython/commit/bf63e8d55fd2853df3bb99d66de7f428107... commit: bf63e8d55fd2853df3bb99d66de7f428107aadb3 branch: master author: Jon Wayne Parrott <jonwayne@google.com> committer: Ned Deily <nad@python.org> date: 2018-03-01T16:02:50-05:00 summary:
diff --git a/.travis.yml b/.travis.yml index 292b9c687638..af3cdf54654d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,8 @@ matrix: - cd Doc # Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures. # (Updating the version is fine as long as no warnings are raised by doing so.) - - python -m pip install sphinx~=1.6.1 blurb + # The theme used by the docs is stored seperately, so we need to install that as well.
/seperately/separately/
participants (1)
-
Terry Reedy