Fix docs build failure

This commit is contained in:
Kovid Goyal 2021-06-30 15:12:46 +05:30
parent cf41d56c00
commit 247d700c30
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -86,7 +86,7 @@ language: Optional[str] = None
# This pattern also affects html_static_path and html_extra_path . # This pattern also affects html_static_path and html_extra_path .
exclude_patterns = [ exclude_patterns = [
'_build', 'Thumbs.db', '.DS_Store', '_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. # The name of the Pygments (syntax highlighting) style to use.