Tell MkDocs to ignore scriv's changelog snippets
Marco Ricci

Marco Ricci commited on 2024-10-04 10:55:32
Zeige 1 geänderte Dateien mit 2 Einfügungen und 0 Löschungen.


The master changelog file is included, of course, but we don't want
MkDocs to bother with the single snippets (rendering them, generating
warnings that they're not part of the navigation tree, etc.).
... ...
@@ -105,6 +105,8 @@ nav:
105 105
       - Submodule vault: reference/derivepassphrase.vault.md
106 106
   #- Design & Background: explanation.md
107 107
   - Changelog: changelog.md
108
+exclude_docs: |
109
+  changelog.d
108 110
 
109 111
 markdown_extensions:
110 112
   - abbr
111 113