From e4039f5227c07ebcee02e23433691cf3127e4b98 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 13 Dec 2022 14:47:10 -0600 Subject: conf.py: Don't add the build dir to include_patterns --- devel-docs/conf.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/devel-docs/conf.py b/devel-docs/conf.py index 824c9d8b..36bd9181 100644 --- a/devel-docs/conf.py +++ b/devel-docs/conf.py @@ -40,11 +40,6 @@ templates_path = ['_templates'] # This pattern also affects html_static_path and html_extra_path. exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] -include_patterns = [ - '**', # this is the default - os.path.join(os.environ['MESON_CURRENT_BUILD_DIR'], '*') # for generated doc-org.a11y.atspi.SomeInterface.rst -] - # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for -- cgit v1.2.1