summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-06-04 11:06:06 -0700
committerBob Ippolito <bob@redivi.com>2018-06-04 11:06:06 -0700
commit50a57475d1c0feabc27f4ae0f9c76a33c5fedd8a (patch)
tree55251b846253df3fa8c366ee047c4f321f86a634
parent67d48f67e601bd644f8de975c3287015e4258be2 (diff)
downloadsimplejson-doc-css-fix-gh-221.tar.gz
Fix #221. Allow Sphinx to set css file namedoc-css-fix-gh-221
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
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
# "<project> v<release> documentation".