From 89554e42a9f559eee15e14608db224d2df50750f Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 2 Feb 2021 20:14:07 +0100 Subject: [PATCH] [fix] make books/user.pdf Error: Configuration error: There is a programmable error in your configuration file: ... NameError: name 'DOCS_URL' is not defined make: *** [utils/makefile.sphinx:156: books/user.latex] Fehler 2 Signed-off-by: Markus Heiser --- docs/user/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/conf.py b/docs/user/conf.py index da2e2753..1cf5cca9 100644 --- a/docs/user/conf.py +++ b/docs/user/conf.py @@ -4,7 +4,7 @@ project = 'Searx User-HB' version = release = VERSION_STRING -intersphinx_mapping['searx'] = (DOCS_URL, None) +intersphinx_mapping['searx'] = (brand.DOCS_URL, None) # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title,