summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-12-13 14:47:10 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-12-13 14:47:10 -0600
commite4039f5227c07ebcee02e23433691cf3127e4b98 (patch)
treefee38704e18b740833a9f8ae573134fce5009b81
parent932c731b52ab382a0ae7ae63ca7e2899c92c0d19 (diff)
downloadat-spi2-core-e4039f5227c07ebcee02e23433691cf3127e4b98.tar.gz
conf.py: Don't add the build dir to include_patterns
-rw-r--r--devel-docs/conf.py5
1 files changed, 0 insertions, 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