From bd9d91e07229efe2ed6d0aa3e6e2b91284fa7fc1 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 11 Dec 2021 15:46:09 +0100 Subject: [PATCH] conf/html --- conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 7266397..4c57f24 100644 --- a/conf.py +++ b/conf.py @@ -7,8 +7,9 @@ extensions = [ 'sphinx.ext.viewcode', ] language = 'en' +html_show_sourcelink = False html_show_sphinx = False html_show_copyright = False -html_title = 'ToDo' +html_title = 'RTFD' smartquotes = False todo_include_todos = True