2
0
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:
Andrei Pavel 2025-06-10 15:34:04 +03:00
parent 0e14683726
commit fe7b01fb05
No known key found for this signature in database
GPG Key ID: D4E804481939CB21

View File

@ -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')