mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Exclude .venv directory from sphinx
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ language = 'en'
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
# This patterns also effect to html_static_path and html_extra_path
|
||||
exclude_patterns = []
|
||||
exclude_patterns = ['.venv/**']
|
||||
|
||||
# The reST default role (used for this markup: `text`) to use for all
|
||||
# documents.
|
||||
|
||||
Reference in New Issue
Block a user