Skip to content

Commit c9236e9

Browse files
authored
Merge pull request #628 from willingc/local-docs
Exclude virtual environments from doc builds to avoid local sitepacka…
2 parents 1e33b44 + e42b5cc commit c9236e9

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)