Skip to content

Commit 975eb7a

Browse files
fix: correct url to dev docs extension (#273)
1 parent dd8313b commit 975eb7a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/source/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
watermark,
2121
)
2222

23-
ANNOUNCEMENT_URL = (
24-
"https://raw.githubusercontent.com/ansys/ansys-sphinx-theme/main/doc/_templates/message.html"
25-
)
23+
ANNOUNCEMENT_URL = "https://raw.githubusercontent.com/ansys/ansys-sphinx-theme/main/doc/source/_templates/message.html" # noqa: E501
2624

2725
# Project information
2826
project = "ansys_sphinx_theme"

0 commit comments

Comments
 (0)