diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-04-28 01:19:01 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-04-28 01:19:01 +0900 |
commit | bd66ffc1fafd0e83f07e7143f99bc4023bc72508 (patch) | |
tree | e9778f8857206e018b3a7030865804eca8cf49b5 /doc/conf.py | |
parent | 67c1a8a59e006697d9b323b076408cc7001c3a4f (diff) | |
download | sphinx-git-bd66ffc1fafd0e83f07e7143f99bc4023bc72508.tar.gz |
Fix the unreleased version number is shown (refs: #3678, #3027)
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 95d14ec46..6817af12a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -16,7 +16,7 @@ exclude_patterns = ['_build'] project = 'Sphinx' copyright = '2007-2017, Georg Brandl and the Sphinx team' -version = sphinx.__released__ +version = sphinx.__display_version__ release = version show_authors = True |