diff options
| author | Noémi Ványi <kvch@users.noreply.github.com> | 2021-02-02 20:50:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-02 20:50:35 +0100 |
| commit | 006f206dc9ff30893cfb6e431c2ee3a7f7768973 (patch) | |
| tree | 714725693262fef90674744701623be684a0092f /docs | |
| parent | 34de715e620a192185e093e1e6caca04ae3cb77a (diff) | |
| parent | 89554e42a9f559eee15e14608db224d2df50750f (diff) | |
Merge pull request #2530 from return42/fix-user-hb
[fix] make books/user.pdf
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/conf.py b/docs/user/conf.py index da2e27533..1cf5cca95 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, |