[CI] Use updated upstream packages to build docs

The issues which forced the use of patched versions of these packages
have been resolved.
This commit is contained in:
Ray Speth 2018-09-09 22:54:23 -04:00
parent 33591282f5
commit d2a1bf1e6a

View file

@ -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: |