Skip to content

Commit 0f735ee

Browse files
committed
Exclude '_venv' directory
1 parent 1772fdf commit 0f735ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
# List of patterns, relative to source directory, that match files and
8484
# directories to ignore when looking for source files.
85-
exclude_patterns = ['_build', 'rtfd-css']
85+
exclude_patterns = ['_build', '_venv', 'rtfd-css']
8686

8787
# The reST default role (used for this markup: `text`) to use for all
8888
# documents.

0 commit comments

Comments
 (0)