Fix docs build failure
This commit is contained in:
parent
cf41d56c00
commit
247d700c30
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@
|
|||
# This pattern also affects html_static_path and html_extra_path .
|
||||
exclude_patterns = [
|
||||
'_build', 'Thumbs.db', '.DS_Store',
|
||||
'generated/cli-*.rst', 'generated/conf-*.rst'
|
||||
'generated/cli-*.rst', 'generated/conf-*.rst', 'generated/actions.rst'
|
||||
]
|
||||
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
|
|
|
|||
Loading…
Reference in a new issue