From 25d482fd0d0fc2ccb9a743b0848ba65917364564 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:48:54 +0000 Subject: [PATCH 1/2] Initial plan From 6f309ae80399c248a8bdc9bd92949cd0650683ce Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:51:11 +0000 Subject: [PATCH 2/2] fix: exclude _dev directory from Sphinx source scanning --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 275ba0b..f809268 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -196,6 +196,7 @@ exclude_patterns = [ "doc-cheat-sheet*", ".venv*", + "_dev", ] # Adds custom CSS files, located remotely or in 'html_static_path'