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:
|
||||
self.config.update(confoverrides)
|
||||
# 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:
|
||||
version, release = get_version_info(srcdirname)
|
||||
except (IOError, OSError):
|
||||
|
Loading…
Reference in New Issue
Block a user