From d7292b33459e64921074d75c92e0cd8faf37a31b Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Sun, 30 Sep 2018 20:57:11 -0400 Subject: [PATCH] [CI/Doc] Install sphinxcontrib-katex from the master branch on GitHub --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8ad1073b9..f68da306e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,8 @@ before_script: | pip3 install --user cython # Install packages for the documentation - pip3 install --user sphinx sphinxcontrib-matlabdomain sphinxcontrib-doxylink sphinxcontrib-katex + pip3 install --user sphinx sphinxcontrib-matlabdomain sphinxcontrib-doxylink + pip3 install --user https://github.com/hagenw/sphinxcontrib-katex/archive/master.tar.gz fi rm -f cantera.conf script: |