From eac25fde7fd07d54274d304a27981bd81132bd13 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 02:10:13 +0000 Subject: [PATCH 1/2] Initial plan From 76f4053e4fc18fa54422b1029d32e52ab9d67666 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 02:14:48 +0000 Subject: [PATCH 2/2] Fix documentation build errors in cross-referencing and organising_content Co-authored-by: chrisjsewell <2997570+chrisjsewell@users.noreply.github.com> --- docs/syntax/cross-referencing.md | 2 -- docs/syntax/organising_content.md | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/syntax/cross-referencing.md b/docs/syntax/cross-referencing.md index 133fbd7d..9b8cc124 100644 --- a/docs/syntax/cross-referencing.md +++ b/docs/syntax/cross-referencing.md @@ -387,8 +387,6 @@ These can also be used within MyST documents, although it is recommended to use - {external:class}`sphinx.application.Sphinx`, {external:class}`Explicit text ` - {external+sphinx:ref}`code-examples`, {external+sphinx:ref}`Explicit text ` ---- - - , [][syntax], [Explicit text][syntax] - [](<#my other term>) - , [Explicit text](../intro.md) diff --git a/docs/syntax/organising_content.md b/docs/syntax/organising_content.md index cec9e556..e670935d 100644 --- a/docs/syntax/organising_content.md +++ b/docs/syntax/organising_content.md @@ -15,11 +15,11 @@ All headings at the root level of the document are included in the Table of Cont Many HTML themes will already include this ToC in a sidebar, but you can also include it in the main content of the page using the contents {{directive}}: -:::{myst-example} +````md ```{contents} Table of Contents :depth: 3 ``` -::: +```` Options: