Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyc1 committed Mar 5, 2024
1 parent 318f6fc commit b249426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit b249426

Please sign in to comment.