Exclude .venv directory from sphinx

This commit is contained in:
Oliver Hamlet
2025-06-11 17:46:35 +01:00
parent efc3e21530
commit 10ef260817
+1 -1
View File
@@ -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.