Skip to content

Commit 5b98c40

Browse files
committed
docs/conf.py: Fix weird HTML title suffix
With this patch, the title now has a `- Hypernode Documentation` suffix instead of `- Docs dev documentation`.
1 parent 44231ac commit 5b98c40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@
2121

2222
# -- Project information -----------------------------------------------------
2323

24-
project = "Docs"
24+
project = "Documentation"
25+
html_title = "Hypernode Documentation"
2526
current_year = datetime.now().year
2627
copyright = f"{current_year}, Hypernode"
2728
author = "Hypernode"
2829

2930
# The full version, including alpha/beta/rc tags
30-
release = "dev"
31+
release = "latest"
3132

3233

3334
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)