From 247d700c30e0679807e69bee1f80589199abd50b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 30 Jun 2021 15:12:46 +0530 Subject: [PATCH] Fix docs build failure --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2e0825452..fb3b304eb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -86,7 +86,7 @@ language: Optional[str] = None # 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.