We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c947ba commit 98dcbdfCopy full SHA for 98dcbdf
.gitignore
@@ -99,3 +99,4 @@ content/video
99
content/*ipynb
100
content/tutorial-nlp-from-scratch/parameters.npy
101
content/tutorial-nlp-from-scratch/*ipynb
102
+venv/*
conf.py
@@ -41,6 +41,7 @@
41
# This pattern also affects html_static_path and html_extra_path.
42
exclude_patterns = [
43
'_build',
44
+ 'venv/*',
45
'README.md',
46
'Thumbs.db',
47
'.DS_Store',
@@ -51,7 +52,6 @@
51
52
# MyST-NB configuration
53
nb_execution_timeout = 900
54
-
55
# -- Options for HTML output -------------------------------------------------
56
57
# The theme to use for HTML and HTML Help pages. See the documentation for
0 commit comments