mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix a key name.
This commit is contained in:
parent
47a9ad555e
commit
3a946215af
@ -100,7 +100,7 @@ class Builder(object):
|
|||||||
if confoverrides:
|
if confoverrides:
|
||||||
self.config.update(confoverrides)
|
self.config.update(confoverrides)
|
||||||
# replace version info if 'auto'
|
# replace version info if 'auto'
|
||||||
if self.config['version'] == 'auto' or self.config['revision'] == 'auto':
|
if self.config['version'] == 'auto' or self.config['release'] == 'auto':
|
||||||
try:
|
try:
|
||||||
version, release = get_version_info(srcdirname)
|
version, release = get_version_info(srcdirname)
|
||||||
except (IOError, OSError):
|
except (IOError, OSError):
|
||||||
|
Loading…
Reference in New Issue
Block a user