From d2a1bf1e6a70cc203f0271f7d3ec5ed8d1c7de89 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Sun, 9 Sep 2018 22:54:23 -0400 Subject: [PATCH] [CI] Use updated upstream packages to build docs The issues which forced the use of patched versions of these packages have been resolved. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 84dcc317c..ebbed39fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,10 +40,7 @@ before_script: | pip3 install --user cython # Install packages for the documentation - pip3 install --user sphinx sphinxcontrib-matlabdomain - # These two packages have specific bug fixes from these branches - pip3 install --user https://github.com/Cantera/doxylink/archive/fix_relative_path_source_14.tar.gz - pip3 install --user https://github.com/bryanwweber/sphinxcontrib-katex/archive/fix-options-bug.tar.gz + pip3 install --user sphinx sphinxcontrib-matlabdomain sphinxcontrib-doxylink sphinxcontrib-katex fi rm -f cantera.conf script: |