mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Mocks for salt.modules.junos, salt.proxy.junos, salt.renderers.dson, salt.states.netntp, salt.proxy.napalm. Refs https://github.com/saltstack/salt/pull/32947
Removes :exclude-members: from salt.states.netntp since Sphinx does not like this.
This commit is contained in:
parent
48e6ebac45
commit
e4ceae56f5
2 changed files with 16 additions and 1 deletions
16
doc/conf.py
16
doc/conf.py
|
@ -124,6 +124,22 @@ MOCK_MODULES = [
|
|||
'salt.ext.six.moves.winreg',
|
||||
'win32security',
|
||||
'ntsecuritycon',
|
||||
'napalm',
|
||||
'dson',
|
||||
'jnpr',
|
||||
'json',
|
||||
'lxml',
|
||||
'lxml.etree',
|
||||
'jnpr.junos',
|
||||
'jnpr.junos.utils',
|
||||
'jnpr.junos.utils.config',
|
||||
'jnpr.junos.utils.sw',
|
||||
'dns',
|
||||
'dns.resolver',
|
||||
'netaddr',
|
||||
'netaddr.IPAddress',
|
||||
'netaddr.core',
|
||||
'netaddr.core.AddrFormatError',
|
||||
]
|
||||
|
||||
for mod_name in MOCK_MODULES:
|
||||
|
|
|
@ -4,5 +4,4 @@ salt.states.netntp
|
|||
|
||||
.. automodule:: salt.states.netntp
|
||||
:members:
|
||||
:exclude-members:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue