diff --git a/docs/conf.py b/docs/conf.py
index 76eb3b7bc..845bef59d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -77,7 +77,7 @@
if DEV_BUILD:
html_theme_options["announcement"] = (
"This is the unstable version of the documentation, features may change or be removed without warning. "
- 'Click here to view the released version'
+ 'Click here to view the released version'
)