Disable custom sphinx automodule

This causes a warning and doesn't provide a tangible benefit since we
have CLI examples for functions.
This commit is contained in:
Erik Johnson 2018-11-13 13:05:55 -06:00
parent c1dde7e9b1
commit 62b5d400b6
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -302,7 +302,7 @@ extensions = [
'sphinx.ext.intersphinx',
'httpdomain',
'youtube',
'saltautodoc', # Must be AFTER autodoc
#'saltautodoc', # Must be AFTER autodoc
'shorturls',
]