Skip to content

Commit

Permalink
Avoid double vv in <title> for docs (#5241) [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Ewels <[email protected]>
  • Loading branch information
ewels committed Aug 20, 2024
1 parent 12ea4d7 commit 9786799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9786799

Please sign in to comment.