2
0
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:
Michal Nowikowski
2019-07-19 15:28:15 +02:00
parent 8796f80033
commit a2358cd76c
5 changed files with 15 additions and 23 deletions

View File

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