From f3388cfc7247d8845155fd14cb5aa403449e5b39 Mon Sep 17 00:00:00 2001 From: alphasentaurii Date: Tue, 28 Jan 2025 12:27:50 -0500 Subject: [PATCH] use full release version, remove installation link --- docs/conf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 033af99cb..0d5890dba 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,7 @@ version = ".".join(release.split(".")[:2]) # -- Options for HTML output --------------------------------------------------- -html_title = f"{project} v{version}" +html_title = f"{project} v{release}" # Output file base name for HTML help builder. htmlhelp_basename = project + "doc" @@ -91,10 +91,9 @@ html_logo = "" globalnavlinks = { - "Projects": "https://www.asdf-format.org", + "ASDF Projects": "https://www.asdf-format.org", "Tutorials": "https://www.asdf-format.org/en/latest/tutorials/index.html", "Community": "https://www.asdf-format.org/en/latest/community/index.html", - "Installation": "https://www.asdf-format.org/en/latest/applications/index.html", } topbanner = ""