mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
c1dde7e9b1
commit
62b5d400b6
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ extensions = [
|
|||
'sphinx.ext.intersphinx',
|
||||
'httpdomain',
|
||||
'youtube',
|
||||
'saltautodoc', # Must be AFTER autodoc
|
||||
#'saltautodoc', # Must be AFTER autodoc
|
||||
'shorturls',
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue