Skip to content

Commit 585ce9a

Browse files
authored
📚 DOCS: Un-wrap announcement in <p> (#732)
The announcement text at the top was having a base pydata theme color applied to it because it was wrapped in <p>,
1 parent 8bf2522 commit 585ce9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"use_repository_button": True,
160160
"use_edit_page_button": True,
161161
"use_issues_button": True,
162-
"announcement": "<p><b>v0.19</b> is now out! See the Changelog for details</p>",
162+
"announcement": "<b>v0.19</b> is now out! See the Changelog for details",
163163
}
164164
# OpenGraph metadata
165165
ogp_site_url = "https://myst-parser.readthedocs.io/en/latest"

0 commit comments

Comments
 (0)