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