Skip to content

Commit 2d245c9

Browse files
authored
DOCS: Remove <p> from announcement sample text (#1223)
1 parent eff4dcd commit 2d245c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_guide/announcements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For example, the following configuration adds a simple ``<p>`` with an announcem
1818
1919
html_theme_options = {
2020
...
21-
"announcement": "<p>Here's a <a href='https://pydata.org'>PyData Announcement!</a></p>",
21+
"announcement": "Here's a <a href='https://pydata.org'>PyData Announcement!</a>",
2222
}
2323
2424
Insert remote HTML with JavaScript

0 commit comments

Comments
 (0)