From edf6212d312be70ab91ac291753394773f0790c1 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Fri, 17 Oct 2008 19:34:48 +0000 Subject: Add repoze.org color scheme. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 4bb573149..5efd96dfe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -92,7 +92,7 @@ pygments_style = 'sphinx' # 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 = 'default.css' +html_style = 'repoze.css' # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -- cgit v1.2.3