Skip to content

Commit

Permalink
Try version from package
Browse files Browse the repository at this point in the history
  • Loading branch information
leehart committed Oct 2, 2023
1 parent 7a461a4 commit 58e6f95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

import os
import sys
import malariagen_data
sys.path.insert(0, os.path.abspath('../..'))


Expand All @@ -20,8 +21,8 @@
project = 'malariagen_data API'
copyright = '2023, MalariaGEN'
author = 'MalariaGEN'
release = 'v7.x'
version = 'dev'
release = malariagen_data.__version__
version = malariagen_data.__version__

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit 58e6f95

Please sign in to comment.