Fix docs HTML format from last commit

This commit is contained in:
Wilson Snyder 2025-09-03 19:28:17 -04:00
parent e2b9cadb1d
commit 7a4049b683
1 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,9 @@ html_domain_indices = False
html_logo = "../_static/verilator_192_150_min.png"
html_theme = 'sphinx_rtd_theme'
# Despite a 'WARNING: Calling get_html_theme_path is deprecated'
# the HTML output is different without this line
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme_options = {
'logo_only': True,