Skip to content

Commit

Permalink
test conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
richrobe committed Mar 6, 2024
1 parent a72c633 commit 873c62e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ def all_but_ipynb(dir, contents):
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
from pkg_resources import get_distribution
import biopsykit as bp

print("Biopsykit version: ", bp.__version__)

release = get_distribution("biopsykit").version
# for example take major/minor
Expand Down

0 comments on commit 873c62e

Please sign in to comment.