2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#1877] hammer: hardcoded sphinx version for centos

This commit is contained in:
Michal Nowikowski
2021-05-20 09:13:59 +02:00
parent 49fd1ed35d
commit 88a3ca103f

View File

@@ -1303,7 +1303,7 @@ def prepare_system_local(features, check_times):
if 'docs' in features:
execute('virtualenv-3 ~/venv',
env=env, timeout=60, check_times=check_times)
execute('~/venv/bin/pip install sphinx sphinx-rtd-theme',
execute('~/venv/bin/pip install sphinx==3.5.4 sphinx-rtd-theme==0.5.2',
env=env, timeout=120, check_times=check_times)
if 'unittest' in features: