From b5d83115d767bf9a7e14a253e0baeece71bcabf7 Mon Sep 17 00:00:00 2001 From: Jack Morrison Date: Wed, 4 Dec 2019 16:11:01 -0500 Subject: [PATCH] Fixes #109. Explicitly adds html_title for each page. --- conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf.py b/conf.py index c7219412..8b09ed50 100644 --- a/conf.py +++ b/conf.py @@ -54,6 +54,9 @@ # html_theme = 'sphinx_rtd_theme' +# The "title" is used in the HTML tag of individual pages. +html_title = 'OLCF User Documentation' + # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css".