This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 93f1d62f34aef75d6cadf09c60b43cb8f9ef2ea4 Author: raiden00pl <raide...@railab.me> AuthorDate: Sun Oct 29 15:58:05 2023 +0100 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