phpmyadmin/test/ci-install-docs
William Desportes 7f62595a3e
Use Sphinx<3.0.0 to avoid having new warnings failing the CI
Fixed on 5.0+ by 41c1e360d4
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-04-12 11:50:21 +02:00

6 lines
81 B
Bash
Executable File

#!/bin/sh
# Install deps for building documentation
pip install 'Sphinx<3.0.0'