Skip to content

Commit

Permalink
use full release version, remove installation link
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasentaurii committed Jan 28, 2025
1 parent 0b64953 commit f3388cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 = ""
Expand Down

0 comments on commit f3388cf

Please sign in to comment.