Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a84d9e89 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

docs: load_config.py: avoid needing a conf.py just due to LaTeX docs


Right now, for every directory that we need to have LaTeX output,
a conf.py file is required.

That causes an extra overhead and it is actually a hack, as
the latex_documents line there are usually a copy of the ones
that are there already at the main conf.py.

So, instead, re-use the global latex_documents var, just
adjusting the path to be relative ones.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 27eed923
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment