Skip to content

Commit e42b5cc

Browse files
committed
Exclude virtual environments from doc builds to avoid local sitepackage scan
1 parent 1e33b44 commit e42b5cc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@
177177
"vale-styles/*",
178178
"CODE_OF_CONDUCT.md",
179179
"CLAUDE.md",
180+
# Local virtualenv under the doc root; otherwise Sphinx/Myst scans site-packages.
181+
".venv",
182+
"venv",
183+
"env",
180184
]
181185

182186
# For sitemap generation

0 commit comments

Comments
 (0)