summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 44d1c2ad9..8e0c3ab1b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -195,5 +195,5 @@ html_show_sourcelink = True
# LaTeX ----------------------------------------------------------------
latex_documents = [
- (master_doc, "searx-{}.tex".format(VERSION_STRING), html_title, author, "manual")
+ (master_doc, "searxng-{}.tex".format(VERSION_STRING), html_title, author, "manual")
]