Skip to content

Commit 26d90b5

Browse files
committed
Add venv to excluded directories for sphinx collection in conf.py.
1 parent 4cb21b0 commit 26d90b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
# This pattern also affects html_static_path and html_extra_path.
4141
exclude_patterns = [
4242
'_build',
43+
'venv/',
4344
'README.md',
4445
'Thumbs.db',
4546
'.DS_Store',

0 commit comments

Comments
 (0)