Skip to content

Commit b9b5bc7

Browse files
authored
Pin Sphinx to version 2.4.4 on Travis builds (#735)
Sphinx 3 seems to break our docs build.
1 parent af12545 commit b9b5bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sudo: false
1313
git:
1414
depth: 100
1515
install:
16-
- if [ $USE_MICROPYTHON = false ]; then pip install Pillow Sphinx sphinx_bootstrap_theme recommonmark evdev==1.0.0 && pip install -r ./docs/requirements.txt; fi
16+
- 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
1717
- if [ $USE_MICROPYTHON = true ]; then ./.travis/install-micropython.sh && MICROPYTHON=~/micropython/ports/unix/micropython; fi
1818
script:
1919
- chmod -R g+rw ./tests/fake-sys/devices/**/*

0 commit comments

Comments
 (0)