mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 01:49:48 +00:00
[#3941] Hammer: install_sphinx -> python3-sphinx
This commit is contained in:
parent
0e14683726
commit
fe7b01fb05
@ -1997,8 +1997,8 @@ def install_packages_local(system, revision, features, check_times, ignore_error
|
||||
deferred_functions.append(install_meson)
|
||||
|
||||
if 'docs' in features:
|
||||
packages.extend(['doxygen', 'graphviz', 'tex-gyre', 'texlive', 'texlive-latex-extra'])
|
||||
deferred_functions.append(install_sphinx)
|
||||
packages.extend(['doxygen', 'graphviz', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'tex-gyre',
|
||||
'texlive', 'texlive-latex-extra'])
|
||||
|
||||
if 'unittest' in features:
|
||||
packages.append('googletest')
|
||||
|
Loading…
x
Reference in New Issue
Block a user