From 01c0a8f73bb22181b8702aac7661937882e75f11 Mon Sep 17 00:00:00 2001 From: Alex Lancaster Date: Sun, 10 Mar 2024 13:49:30 -0400 Subject: [PATCH] in banner, use `release` from scm * no need to hardcode --- website/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/conf.py b/website/conf.py index 952990fc9..04631c4fc 100644 --- a/website/conf.py +++ b/website/conf.py @@ -203,7 +203,7 @@ def format_web_refs(self, e): # html_theme_options = { # these are both piccolo theme-specific "source_url": 'https://github.com/alexlancaster/pypop/', - "banner_text": 'PyPop 1.0.2 is released! Install via PyPI: pip install pypop-genomics.
More installation details in the User Guide.
' + "banner_text": 'PyPop %s is released! Install: pip install pypop-genomics.
More installation details in the User Guide.
' % release } # Add any paths that contain custom static files (such as style sheets) here,