Skip to content

Commit

Permalink
in banner, use release from scm
Browse files Browse the repository at this point in the history
* no need to hardcode
  • Loading branch information
alexlancaster committed Mar 10, 2024
1 parent 4dee38f commit 01c0a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: <b><code>pip install pypop-genomics</code></b>.<br/>More installation details in the <em><a href="http://pypop.org/docs/guide-chapter-install.html">User Guide</a></em>.<br/>'
"banner_text": 'PyPop %s is released! Install: <b><code>pip install pypop-genomics</code></b>.<br/>More installation details in the <em><a href="http://pypop.org/docs/guide-chapter-install.html">User Guide</a></em>.<br/>' % release
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down

0 comments on commit 01c0a8f

Please sign in to comment.