From: Pieter Lexis Date: Thu, 29 Jan 2026 11:19:59 +0000 (+0100) Subject: docs(rec): ignore files that are not used X-Git-Tag: auth-5.1.0-beta1~116^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=612bee378c3f2d4945c99614a115067cc12cf89d;p=thirdparty%2Fpdns.git docs(rec): ignore files that are not used --- diff --git a/pdns/recursordist/docs/conf.py b/pdns/recursordist/docs/conf.py index b951ead69f..2c11744e8f 100644 --- a/pdns/recursordist/docs/conf.py +++ b/pdns/recursordist/docs/conf.py @@ -83,15 +83,19 @@ language = "en" # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path exclude_patterns = [ - "_build", - "Thumbs.db", ".DS_Store", ".venv", - "http-api/override.rst", - "common/zonemetadata.rst", + "Thumbs.db", + "_build", + "common/api/endpoint-servers-config.rst", + "common/api/zone.rst", "common/endpoint-servers-config.rst", "common/secpoll.rst", - "common/api/zone.rst", + "common/security-policy.rst", + "common/tarball-pgp-keys.rst", + "common/zonemetadata.rst", + "http-api/override.rst", + "security-advisories/older-than-3.0.rst", ] # The name of the Pygments (syntax highlighting) style to use.