From 03d33514960cce269b967efc88439bd40eb21a06 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Tue, 21 Nov 2017 22:34:49 +0100 Subject: [PATCH] Set the title of web pages in the docs --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 3c522f20..7a378132 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,6 +15,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] pygments_style = 'sphinx' todo_include_todos = False html_theme = 'sphinx_rtd_theme' +html_title = 'Mailu, Docker based mail server' html_static_path = [] htmlhelp_basename = 'Mailudoc'