comparison website/www/conf.py @ 8074:e1c477c5d63f

docs: fix formattin issue caused by removal of html_style key. With empty value, it inserts default sphinx css.
author John Rouillard <rouilj@ieee.org>
date Fri, 12 Jul 2024 23:41:21 -0400
parents 57ef20b6c003
children c80de1b0dd83
comparison
equal deleted inserted replaced
8073:57ef20b6c003 8074:e1c477c5d63f
126 # ----------------------- 126 # -----------------------
127 127
128 # The style sheet to use for HTML and HTML Help pages. A file of that name 128 # The style sheet to use for HTML and HTML Help pages. A file of that name
129 # must exist either in Sphinx' static/ path, or in one of the custom paths 129 # must exist either in Sphinx' static/ path, or in one of the custom paths
130 # given in html_static_path. 130 # given in html_static_path.
131 #html_style = 'default.css' 131 html_style = ''
132 # 'default.css'
132 133
133 # The name for this set of Sphinx documents. If None, it defaults to 134 # The name for this set of Sphinx documents. If None, it defaults to
134 # "<project> v<release> documentation". 135 # "<project> v<release> documentation".
135 #html_title = None 136 #html_title = None
136 137

Roundup Issue Tracker: http://roundup-tracker.org/