mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
changed previous release to 2014.7.6
This commit is contained in:
parent
608059f4bb
commit
f7eb70ca60
1 changed files with 5 additions and 2 deletions
|
@ -24,6 +24,8 @@ class Mock(object):
|
|||
def __init__(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
__all__ = []
|
||||
|
||||
def __call__(self, *args, **kwargs):
|
||||
ret = Mock()
|
||||
# If mocked function is used as a decorator, expose decorated function.
|
||||
|
@ -94,6 +96,7 @@ MOCK_MODULES = [
|
|||
'MySQLdb',
|
||||
'MySQLdb.cursors',
|
||||
'psutil',
|
||||
'psutil.version_info',
|
||||
'pycassa',
|
||||
'pymongo',
|
||||
'rabbitmq_server',
|
||||
|
@ -263,7 +266,7 @@ html_context = {
|
|||
'github_base': 'https://github.com/saltstack/salt',
|
||||
'github_issues': 'https://github.com/saltstack/salt/issues',
|
||||
'github_downloads': 'https://github.com/saltstack/salt/downloads',
|
||||
'previous_release_version': '2014.7.5',
|
||||
'previous_release_version': '2014.7.6',
|
||||
'previous_release_dir': '2014.7',
|
||||
'build_type': 'latest', #latest, previous, develop
|
||||
}
|
||||
|
@ -389,4 +392,4 @@ class ReleasesTree(TocTree):
|
|||
|
||||
def setup(app):
|
||||
app.add_directive('releasestree', ReleasesTree)
|
||||
app.connect('autodoc-skip-member', skip_mod_init_member)
|
||||
app.connect('autodoc-skip-member', skip_mod_init_member)
|
Loading…
Add table
Reference in a new issue