Skip to content

Commit 6a9e9be

Browse files
committed
docs: fix formattin issue caused by removal of html_style key.
With empty value, it inserts default sphinx css.
1 parent d167b0a commit 6a9e9be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/www/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@
128128
# The style sheet to use for HTML and HTML Help pages. A file of that name
129129
# must exist either in Sphinx' static/ path, or in one of the custom paths
130130
# given in html_static_path.
131-
#html_style = 'default.css'
131+
html_style = ''
132+
# 'default.css'
132133

133134
# The name for this set of Sphinx documents. If None, it defaults to
134135
# "<project> v<release> documentation".

0 commit comments

Comments
 (0)