From b2494266371f05e35cc25b0b9f571087bc89118a Mon Sep 17 00:00:00 2001 From: Charlie Hoy Date: Tue, 5 Mar 2024 17:33:19 +0000 Subject: [PATCH] typo --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 7ef34f0..067dc00 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information try: import bilby_lisa - release = bilby_lisa.__version__ + release = bilby_lisa.__version__.split("+", 1)[0] except Exception: release = "unknown"