We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44231ac commit 5b98c40Copy full SHA for 5b98c40
docs/conf.py
@@ -21,13 +21,14 @@
21
22
# -- Project information -----------------------------------------------------
23
24
-project = "Docs"
+project = "Documentation"
25
+html_title = "Hypernode Documentation"
26
current_year = datetime.now().year
27
copyright = f"{current_year}, Hypernode"
28
author = "Hypernode"
29
30
# The full version, including alpha/beta/rc tags
-release = "dev"
31
+release = "latest"
32
33
34
# -- General configuration ---------------------------------------------------
0 commit comments