From dc83440117793670f7e9eaaa0d741306d5d96b59 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Fri, 19 Jul 2024 01:47:44 +0100 Subject: [PATCH] Update conf.py (#1010) --- docs/src/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/conf.py b/docs/src/conf.py index 33226c55..7b42792a 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -482,9 +482,9 @@ def autolog(message: str, section: str | None = None, color: str | None = None) if on_rtd and rtd_version == "latest": html_theme_options["announcement"] = """ - ⚠️ This is the latest unreleased development version. The - stable released - version is also available ⚠️""" + ⚠️ Viewing latest development version. Released + stable + version also available ⚠️""" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,