From c99f51a34d3fb70fca3b675c968cc21af809ac3f Mon Sep 17 00:00:00 2001 From: "David J. Malan" Date: Sat, 28 Jul 2018 12:03:25 -0400 Subject: [PATCH] tidied conf --- conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 1bd94489..198a8cac 100644 --- a/conf.py +++ b/conf.py @@ -167,6 +167,5 @@ def setup(app): app.add_stylesheet('css/custom.css') - -html_css_files = ['custom.css'] +# http://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_title html_title = "CS50 Docs"