]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs(rec): ignore files that are not used
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 29 Jan 2026 11:19:59 +0000 (12:19 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 23 Mar 2026 09:32:46 +0000 (10:32 +0100)
pdns/recursordist/docs/conf.py

index b951ead69fae866f72c94784056ab31eada21043..2c11744e8faa1cde231ab1d63bf4c4dbc5bcf409 100644 (file)
@@ -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.