diff --git a/docs/conf.py b/docs/conf.py index e23a7d368..0d5890dba 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,10 +32,10 @@ release = distribution(configuration["name"]).version # for example take major/minor -version = ".".join(release.split(".")[:3]) +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"