mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #23276 from whiteinge/missing-docs-pt-deux
Fix the build process for a few empty docs
This commit is contained in:
commit
bdfb589621
@ -69,7 +69,6 @@ MOCK_MODULES = [
|
||||
'libcloud.loadbalancer.providers',
|
||||
'libcloud.common',
|
||||
'libcloud.common.google',
|
||||
'linodepy',
|
||||
|
||||
# third-party libs for netapi modules
|
||||
'cherrypy',
|
||||
@ -81,7 +80,9 @@ MOCK_MODULES = [
|
||||
'tornado',
|
||||
'tornado.concurrent',
|
||||
'tornado.gen',
|
||||
'tornado.httpclient',
|
||||
'tornado.httpserver',
|
||||
'tornado.httputil',
|
||||
'tornado.ioloop',
|
||||
'tornado.web',
|
||||
'tornado.websocket',
|
||||
@ -95,7 +96,6 @@ MOCK_MODULES = [
|
||||
'ClusterShell',
|
||||
'ClusterShell.NodeSet',
|
||||
'django',
|
||||
'fsutils',
|
||||
'libvirt',
|
||||
'MySQLdb',
|
||||
'MySQLdb.cursors',
|
||||
|
@ -17,5 +17,5 @@ Full list of builtin auth modules
|
||||
mysql
|
||||
pam
|
||||
pki
|
||||
stormpath_mod
|
||||
stormpath
|
||||
yubico
|
||||
|
6
doc/ref/auth/all/salt.auth.stormpath.rst
Normal file
6
doc/ref/auth/all/salt.auth.stormpath.rst
Normal file
@ -0,0 +1,6 @@
|
||||
===================
|
||||
salt.auth.stormpath
|
||||
===================
|
||||
|
||||
.. automodule:: salt.auth.stormpath
|
||||
:members:
|
@ -1,6 +0,0 @@
|
||||
=======================
|
||||
salt.auth.stormpath_mod
|
||||
=======================
|
||||
|
||||
.. automodule:: salt.auth.stormpath_mod
|
||||
:members:
|
@ -1,6 +0,0 @@
|
||||
==========================
|
||||
salt.cloud.clouds.linodepy
|
||||
==========================
|
||||
|
||||
.. automodule:: salt.cloud.clouds.linodepy
|
||||
:members:
|
@ -1,6 +0,0 @@
|
||||
====================
|
||||
salt.modules.fsutils
|
||||
====================
|
||||
|
||||
.. automodule:: salt.modules.fsutils
|
||||
:members:
|
@ -1,6 +0,0 @@
|
||||
=======================
|
||||
salt.pillar.file_encode
|
||||
=======================
|
||||
|
||||
.. automodule:: salt.pillar.file_encode
|
||||
:members:
|
Loading…
Reference in New Issue
Block a user