Skip to content

Commit 98dcbdf

Browse files
committed
Add venv to excluded directories for sphinx collection in conf.py.
1 parent 0c947ba commit 98dcbdf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ content/video
9999
content/*ipynb
100100
content/tutorial-nlp-from-scratch/parameters.npy
101101
content/tutorial-nlp-from-scratch/*ipynb
102+
venv/*

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
# This pattern also affects html_static_path and html_extra_path.
4242
exclude_patterns = [
4343
'_build',
44+
'venv/*',
4445
'README.md',
4546
'Thumbs.db',
4647
'.DS_Store',
@@ -51,7 +52,6 @@
5152
# MyST-NB configuration
5253
nb_execution_timeout = 900
5354

54-
5555
# -- Options for HTML output -------------------------------------------------
5656

5757
# The theme to use for HTML and HTML Help pages. See the documentation for

0 commit comments

Comments
 (0)