Skip to content

Commit

Permalink
docs: talk about extending sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Aug 1, 2024
1 parent b47a9f2 commit a63279e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/include-sphinx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
:::
Expand Down

0 comments on commit a63279e

Please sign in to comment.