We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975eb7a commit f42f403Copy full SHA for f42f403
doc/source/_templates/message.html
doc/source/conf.py
@@ -20,8 +20,6 @@
20
watermark,
21
)
22
23
-ANNOUNCEMENT_URL = "https://raw.githubusercontent.com/ansys/ansys-sphinx-theme/main/doc/source/_templates/message.html" # noqa: E501
24
-
25
# Project information
26
project = "ansys_sphinx_theme"
27
copyright = f"(c) {datetime.now().year} ANSYS, Inc. All rights reserved"
@@ -67,7 +65,6 @@
67
65
f"ansys-sphinx-theme-v{convert_version_to_pymeilisearch(__version__)}": "ansys-sphinx-theme", # noqa: E501
68
66
},
69
70
- "announcement": ANNOUNCEMENT_URL,
71
}
72
73
html_short_title = html_title = "Ansys Sphinx Theme"
0 commit comments