From 9786799ef4a74d114481a751ac39fee5eafce084 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Tue, 20 Aug 2024 11:52:05 +0200 Subject: [PATCH] Avoid double vv in for docs (#5241) [ci skip] Signed-off-by: Phil Ewels <phil.ewels@seqera.io> --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index fe58131005..e1068522bf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -79,7 +79,7 @@ # The name for this set of Sphinx documents. If None, it defaults to # "<project> v<release> documentation". -html_title = f"Nextflow v{release} documentation" +html_title = f"Nextflow {release} documentation" # Get the current sha if not checked out at a specific version if len(release) == 0: