mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
fixed building sphinx docs on ubuntu 18.04
This commit is contained in:
@@ -1143,7 +1143,7 @@ def prepare_system_local(features, check_times):
|
||||
packages.append('googletest')
|
||||
|
||||
if 'docs' in features:
|
||||
packages.extend(['dblatex', 'xsltproc', 'elinks', 'docbook-xsl'])
|
||||
packages.extend(['python3-sphinx', 'python3-sphinx-rtd-theme', 'latexmk'])
|
||||
|
||||
if 'native-pkg' in features:
|
||||
packages.extend(['build-essential', 'fakeroot', 'devscripts'])
|
||||
|
Reference in New Issue
Block a user