Skip to content

Commit a2423aa

Browse files
committed
Exclude venv folder from check
1 parent da313c6 commit a2423aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
extensions = ["sphinx_copybutton"]
1717

1818
templates_path = ["_templates"]
19-
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
19+
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "venv"]
2020

2121
pygments_style = "sphinx"
2222

0 commit comments

Comments
 (0)