aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2019-01-08 16:17:57 -0600
committerTim Harder <radhermit@gmail.com>2019-01-08 16:19:22 -0600
commit09e41b577534691738f8eb24bd2b320d1d56cc3a (patch)
treed8a35a572095d1f18daed2e88baca90cac59e02f /doc
parenttravis-ci: default to using xenial build env (diff)
downloadpkgcore-09e41b577534691738f8eb24bd2b320d1d56cc3a.tar.gz
pkgcore-09e41b577534691738f8eb24bd2b320d1d56cc3a.tar.bz2
pkgcore-09e41b577534691738f8eb24bd2b320d1d56cc3a.zip
doc/conf.py: update pkgdist.version() usage to module_version()
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index ad70e5abe..c2223f492 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -64,7 +64,7 @@ copyright = '2006-2017, pkgcore contributors'
# built documents.
#
# The short X.Y version.
-version = pkgdist.version()
+version = pkgdist.module_version()
# The full version, including alpha/beta/rc tags.
release = 'trunk'