From b096d31f1556435d6f6ab615cd597ec5d0ae4e74 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Fri, 24 Nov 2017 23:29:08 +0100 Subject: [PATCH] Doc: Use the default style The default should be pretty enough. --- Doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/conf.py b/Doc/conf.py index 43de80a..63fc24e 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -84,12 +84,12 @@ # The style sheet to use for HTML and HTML Help pages. A file of that name # must exist either in Sphinx' static/ path, or in one of the custom paths # given in html_static_path. -html_style = 'pyramid.css' +#html_style = 'pyramid.css' # 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". -html_static_path = ['/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static'] +#html_static_path = ['/usr/lib/python2.7/site-packages/sphinx/themes/pyramid/static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format.