diff --git a/conf.py b/conf.py index cf94cffa56b..25e869fea4e 100644 --- a/conf.py +++ b/conf.py @@ -70,6 +70,7 @@ # This pattern also affects html_static_path and html_extra_path. exclude_patterns = [ 'venv', + '.github', 'docs/user_manual/expressions/expression_help/*' ]