From 78155cbe55fd4141f55fbae2c91e4338c6375ca4 Mon Sep 17 00:00:00 2001 From: Alex Carney Date: Fri, 25 Feb 2022 22:36:29 +0000 Subject: [PATCH] docs: Fix stable docs link --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' )