From d31fce7c967617b6f2f9cdd0321ff8a5993c300a Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 11 Jun 2025 17:41:03 +0100 Subject: [PATCH] Exclude .venv directory from sphinx --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c2aa8293..00c0e554 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.