Skip to content

Commit cc7cc73

Browse files
committed
using qiita_db version for the documentation
1 parent 4e33016 commit cc7cc73

File tree

1 file changed

+3
-2
lines changed
  • qiita_pet/support_files/doc/source

1 file changed

+3
-2
lines changed

qiita_pet/support_files/doc/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
import sys
2525
import os
26+
from qiita_db import __version__ as qiita_version
2627

2728
import sphinx_bootstrap_theme
2829

@@ -64,9 +65,9 @@
6465
# built documents.
6566
#
6667
# The short X.Y version.
67-
version = '0.1.0-dev'
68+
version = qiita_version
6869
# The full version, including alpha/beta/rc tags.
69-
release = '0.1.0-dev'
70+
release = qiita_version
7071

7172
# The language for content autogenerated by Sphinx. Refer to documentation
7273
# for a list of supported languages.

0 commit comments

Comments
 (0)