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