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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user