Skip to content

Commit fa9d4ba

Browse files
committed
Use version from psij source rather than a string.
1 parent 84bbe2e commit fa9d4ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
project = u'PSI/J'
1717
copyright = u'The ExaWorks Team'
18-
release = u'0.0.1'
19-
version = release
2018

2119
html_theme = 'sphinx_rtd_theme'
2220
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
@@ -58,6 +56,8 @@
5856
sys.path.insert(0, src_dir)
5957

6058
import psij
59+
release = psij.__version__
60+
version = release
6161

6262
intersphinx_mapping = {
6363
'python': ('https://docs.python.org/3', None),

0 commit comments

Comments
 (0)