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 ee835b10bc
commit 06be9d2896
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

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