From 50a57475d1c0feabc27f4ae0f9c76a33c5fedd8a Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Mon, 4 Jun 2018 11:06:06 -0700 Subject: Fix #221. Allow Sphinx to set css file name --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index 52e51ae..0757c78 100644 --- a/conf.py +++ b/conf.py @@ -83,7 +83,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 = 'default.css' # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -- cgit v1.2.1