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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user