From 435690cecd1c7ee690c74d697f938069b80e5fec Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Fri, 9 Oct 2020 15:35:26 -0600 Subject: [PATCH] title --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 4e18304..76a4b73 100644 --- a/source/conf.py +++ b/source/conf.py @@ -76,7 +76,7 @@ html_theme_options = { "extra_navbar": "", } html_logo = "_static/logo.png" -html_title = "" +html_title = "Docs" html_favicon = "_static/favicon.ico" html_js_files = [ 'js/main.js'