kxepal commented on a change in pull request #937: Fix 1.x.x docs build
URL: https://github.com/apache/couchdb/pull/937#discussion_r147940713
##########
File path: .travis.yml
##########
@@ -4,7 +4,7 @@ before_install:
- sudo apt-get -y install libtool automake autoconf autoconf-archive
- sudo apt-get -y install texlive-latex-base texlive-latex-recommended
- sudo apt-get -y install texlive-latex-extra texlive-fonts-recommended
texinfo
- - sudo apt-get -y install python-pygments python-docutils python-sphinx
+ - pip install pygments docutils sphinx
Review comment:
There could be another gotcha. Your motivation for this fix was build
failure due to docs warning about template name change, right? Blind `pip
install sphinx` will bring you latest version which may trigger more warnings
due to new changes (IIRC, there was such fight for couchdb-documentation repo).
If this will happens, try to install minimal required version to get the new
stylesheet - 1.3.3, for instance - or any else 1.3.x. This should be enough to
bypass this issue.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services