From 4da1fc5af268f561033425bf5114c3b0d177ba35 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:57:49 -0500 Subject: [PATCH] fix: Set html_short_title, to address "Title too long" in ahrefs.com --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index fe0a3f0..b5fbba0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -113,6 +113,7 @@ 'license_url': f'{repository_url}/blob/HEAD/LICENSE', 'repository_url': repository_url, } +html_short_title = f'{html_theme_options["short_project"]} v{release}' # Imported by manage.py. standard_tag = '1__1__5' # the version of OCDS to patch