[FIX] core: latex build

* latest droid package does not allow \usepackage{droid} anymore,
replace it with the right package

See https://github.com/MiKTeX/miktex-packaging/issues/136

* remove reference to package texlive-generic-recommended since
it's not available nor necessary since ubuntu 20.04.

closes odoo/documentation#3197

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Victor Feyens 2022-12-15 15:10:51 +00:00
parent dbf7a090d2
commit 816f437064
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ html: $(HTML_BUILD_DIR)/_static/style.css
# To call *after* `make html`
# Binary dependencies (Debian): texlive-fonts-recommended texlive-latex-extra
# texlive-generic-recommended texlive-fonts-extra
# texlive-fonts-extra
latexpdf:
@echo "Starting build..."
$(SPHINX_BUILD) -c $(CONFIG_DIR) -b latex $(SPHINXOPTS) $(SOURCE_DIR) $(BUILD_DIR)/latex

View File

@ -1,4 +1,4 @@
\usepackage{droid}
\usepackage{droidsans}
%\usepackage[default]{lato}
\usepackage{inconsolata}
\usepackage{fancyhdr}