summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Withers <chris@withers.org>2019-04-30 16:15:33 +0100
committerChris Withers <chris@withers.org>2019-04-30 16:15:44 +0100
commit4dcbc56664babb11d4a3583d8372f81d545149d2 (patch)
tree2b51c68ec8300cb8ac6b33b05c83426858de5322 /docs
parent8b83f7c6151e9bf699a3ffe667a86bf462256d1c (diff)
downloadmock-4dcbc56664babb11d4a3583d8372f81d545149d2.tar.gz
remove pbr and replace with simpler to understand and discover code.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 6368a01..d2be5a5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -71,10 +71,7 @@ copyright = u'2007-2015, Michael Foord & the mock team'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents. Supplied by pbr.
#
-# The short X.Y version.
-version = mock.mock._v.brief_string()
-# The full version, including alpha/beta/rc tags.
-release = mock.__version__
+version = release = mock.mock.__version__
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: (Set from pbr)