mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
don't overwrite rst files with autodoc
This commit is contained in:
parent
4814f65516
commit
4c374a8ff3
3 changed files with 3 additions and 2 deletions
|
@ -343,6 +343,7 @@ else:
|
|||
modindex_common_prefix = ["salt."]
|
||||
|
||||
autosummary_generate = True
|
||||
autosummary_generate_overwrite = False
|
||||
|
||||
# strip git rev as there won't necessarily be a release based on it
|
||||
stripped_release = re.sub(r"-\d+-g[0-9a-f]+$", "", release)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
salt.modules.nxos_upgrade module
|
||||
============================
|
||||
================================
|
||||
|
||||
.. automodule:: salt.modules.nxos_upgrade
|
||||
:members:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
salt.states.nxos_upgrade module
|
||||
=======================
|
||||
===============================
|
||||
|
||||
.. automodule:: salt.states.nxos_upgrade
|
||||
:members:
|
||||
|
|
Loading…
Add table
Reference in a new issue