diff --git a/Changes b/Changes index 247e79807..9baced51a 100644 --- a/Changes +++ b/Changes @@ -13,7 +13,9 @@ Verilator 5.041 devel **Other:** -* TBD +* Fix while loop hang on timing-delayed assignment (#6343) (#6354). [Krzysztof Bieganski, Antmicro Ltd.] +* Fix V3Hash MacOS ambiguity (#6350). [Lan Zongwei] +* Fix cmake APPLE variable (#6351). [Lan Zongwei] Verilator 5.040 2025-08-30 diff --git a/docs/guide/conf.py b/docs/guide/conf.py index cdf728df0..075e91e9a 100644 --- a/docs/guide/conf.py +++ b/docs/guide/conf.py @@ -110,7 +110,6 @@ html_domain_indices = False html_logo = "../_static/verilator_192_150_min.png" html_theme = 'sphinx_rtd_theme' -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] html_theme_options = { 'logo_only': True,