From a4a4dbfe8b2fc838e01c15a35510343338c804ad Mon Sep 17 00:00:00 2001 From: Kaelin Laundry Date: Tue, 14 Apr 2020 16:09:24 -0700 Subject: [PATCH] Pin Sphinx to version 2.4.4 on Travis builds Sphinx 3 seems to break our docs build. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 21bd887..87ed261 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ sudo: false git: depth: 100 install: -- if [ $USE_MICROPYTHON = false ]; then pip install Pillow Sphinx sphinx_bootstrap_theme recommonmark evdev==1.0.0 && pip install -r ./docs/requirements.txt; fi +- if [ $USE_MICROPYTHON = false ]; then pip install Pillow Sphinx==2.4.4 sphinx_bootstrap_theme recommonmark evdev==1.0.0 && pip install -r ./docs/requirements.txt; fi - if [ $USE_MICROPYTHON = true ]; then ./.travis/install-micropython.sh && MICROPYTHON=~/micropython/ports/unix/micropython; fi script: - chmod -R g+rw ./tests/fake-sys/devices/**/*