summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Withers <chris@withers.org>2020-01-29 19:26:01 +0000
committerChris Withers <chris@withers.org>2020-01-29 19:26:01 +0000
commit37f664b1dd378d7de97624bcda9b5ee09abc87a7 (patch)
treef138adff79915cae61458e94d6da2737045c61d5 /docs
parent3610394f7dfeb8c8a9ba2c789ed1ccd020abddec (diff)
downloadmock-37f664b1dd378d7de97624bcda9b5ee09abc87a7.tar.gz
fixup: point sphinx conf at new version location
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index d2be5a5..0197463 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -71,7 +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.
#
-version = release = mock.mock.__version__
+version = release = 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)