Am 05.06.2015 um 20:02 schrieb Jason Moore:
> I think we found out timeout issue but the warnings are still odd,
> especially since we don't get them locally. That's be nice to fix too.
I suspect the Travis build is simply missing some packages that the
LaTex build needs.
I guess the best way to fix this would be to trace what the LaTeX build
is actually doing (probably this means pulling out the Sphinx docs and
hunting down all the things is calls, and checking what they need);
after that, it's probably trying out things and adding packages via
`apt-get install` on Travis until the last warnings go away. (Also,
remove packages and see which of them are really needed.)
It might also be a good idea to make the builds fail if something is
amiss, that way we might get better feedback on doc build errors.
(Sergey mentioned something in this direction once.)