This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 964be644d60 Documentation: conf: Ignore .venv
964be644d60 is described below
commit 964be644d60bcc30b7b696f8bf85a513312d2b0a
Author: Patrick José Pereira <[email protected]>
AuthorDate: Thu May 28 11:41:12 2026 -0300
Documentation: conf: Ignore .venv
uv creates virtual environments in `.venv`
Signed-off-by: Patrick José Pereira <[email protected]>
---
Documentation/conf.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 856d3deb046..69cab3e1e9d 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -87,6 +87,7 @@ exclude_patterns = [
".DS_Store",
"legacy_README.md",
"venv",
+ ".venv",
]
# list of documentation versions to offer (besides latest). this will be