improve (docs): exclude venv pattern in build

pull/2145/head
Gurkirat Singh 2022-05-07 00:31:21 +05:30
parent 35334cdcb0
commit 135d480c7d
No known key found for this signature in database
GPG Key ID: 8DD349395ED84056
1 changed files with 1 additions and 4 deletions

View File

@ -14,7 +14,6 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))
# -- Project information -----------------------------------------------------
project = 'Bash-it'
@ -24,7 +23,6 @@ author = 'Bash-it Team'
# The full version, including alpha/beta/rc tags
release = ''
# -- General configuration ---------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be
@ -41,8 +39,7 @@ templates_path = ['_templates']
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', "venv"]
# -- Options for HTML output -------------------------------------------------