From 57a43be8e4c22f81341cd0924f75914e502bad29 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Mon, 26 Jul 2021 17:12:02 +0200 Subject: [PATCH] Fix for missing fonts in PDF jobs Currently the openstack-tox-docs job continuously fails because of the following error in sphinx build. ! LaTeX Error: File `tgtermes.sty' not found. This patch adds the required font package to bindep doc profile. Change-Id: I99f5e48d1f97dc102218c4a8bc66e2e07de81374 --- bindep.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 000000000..0b2a2b7fb --- /dev/null +++ b/bindep.txt @@ -0,0 +1,4 @@ +# install fonts missing for PDF job +# see https://bugs.launchpad.net/openstack-i18n/+bug/1935742 +tex-gyre [platform:dpkg doc] +