From f9c8fe0614e54a1a71122d488143dd8bdf3d3ab3 Mon Sep 17 00:00:00 2001 From: Richard Lundeen Date: Wed, 8 Jul 2026 17:09:57 -0700 Subject: [PATCH] FIX: Fixing Myst ToC Remove stale 'api/pyrit_identifiers.md' reference from doc/myst.yml. The top-level pyrit/identifiers module was removed in #2111 (identifiers now live under pyrit/models/identifiers/), so the API generator no longer produces pyrit_identifiers.md, causing doc validation to fail. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- doc/myst.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/myst.yml b/doc/myst.yml index c99873de5d..08902dba7e 100644 --- a/doc/myst.yml +++ b/doc/myst.yml @@ -193,7 +193,6 @@ project: - file: api/pyrit_executor_core.md - file: api/pyrit_executor_promptgen.md - file: api/pyrit_executor_workflow.md - - file: api/pyrit_identifiers.md - file: api/pyrit_memory.md - file: api/pyrit_message_normalizer.md - file: api/pyrit_models.md