We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d17f4 commit 0bfe6acCopy full SHA for 0bfe6ac
hammer.py
@@ -1763,6 +1763,8 @@ def link_pg_config():
1763
# kea-packaging points Kea to the venv using --with-sphinx.
1764
execute('python3 -m venv ~/venv',
1765
env=env, timeout=60, check_times=check_times)
1766
+ execute('~/venv/bin/pip install --upgrade pip',
1767
+ env=env, timeout=120, check_times=check_times)
1768
execute('~/venv/bin/pip install sphinx sphinx-rtd-theme',
1769
env=env, timeout=120, check_times=check_times)
1770
0 commit comments