commit | a84d9e899683cd79cb134c6d962e57d0de9446cc | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <[email protected]> | Sun Jul 14 11:18:13 2019 -0300 |
committer | Mauro Carvalho Chehab <[email protected]> | Wed Jul 17 06:57:52 2019 -0300 |
tree | 55871c83a14b79991a5d0615a7fb8d630d486f25 | |
parent | 27eed923f715f6269b98e089ad2164f9b016eace [diff] |
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: Mauro Carvalho Chehab <[email protected]>