Mercurial > p > roundup > code
changeset 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 | 08fcbdfe670b |
| files | website/www/conf.py |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/website/www/conf.py Fri Jul 12 22:23:32 2024 -0400 +++ b/website/www/conf.py Fri Jul 12 23:41:21 2024 -0400 @@ -128,7 +128,8 @@ # 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".
