From a63279e1374c70081916626c161ff06bceb96996 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Thu, 1 Aug 2024 15:46:58 +0100 Subject: [PATCH] docs: talk about extending sphinx --- docs/include-sphinx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/include-sphinx.md b/docs/include-sphinx.md index 0bd7236..c07d064 100644 --- a/docs/include-sphinx.md +++ b/docs/include-sphinx.md @@ -19,7 +19,7 @@ extensions = [ ## Build the Sphinx Project ```shell -sphinx-build -b myst sphinx mdast +sphinx-build -b myst sphinx myst-build ``` ## Configure the MyST Project @@ -31,7 +31,7 @@ version: 1 project: toc: - file: index.md - - pattern: mdast/content/**.myst.json + - pattern: myst-build/content/**.myst.json site: template: book-theme :::