From 93f1d62f34aef75d6cadf09c60b43cb8f9ef2ea4 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Sun, 29 Oct 2023 15:58:05 +0100 Subject: [PATCH] Documentation: fix warning Documentation/legacy_README.md: WARNING: document isn't included in any toctree --- Documentation/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/conf.py b/Documentation/conf.py index 8702f17598..3edc99c5db 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -73,7 +73,7 @@ templates_path = ["_templates"] # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. -exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "legacy_README.md"] # list of documentation versions to offer (besides latest). this will be # overridden by command line option but we can provide a sane default