summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-06-04 15:36:54 -0700
committerGitHub <noreply@github.com>2018-06-04 15:36:54 -0700
commitd5810ccd5c89e4691c2ab27ea3ca05de4845f547 (patch)
tree55251b846253df3fa8c366ee047c4f321f86a634
parent67d48f67e601bd644f8de975c3287015e4258be2 (diff)
parent50a57475d1c0feabc27f4ae0f9c76a33c5fedd8a (diff)
downloadsimplejson-d5810ccd5c89e4691c2ab27ea3ca05de4845f547.tar.gz
Merge pull request #222 from simplejson/doc-css-fix-gh-221
Allow Sphinx to set css file name
-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".