You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ in order to be able to use the `myst` builder, e.g.
15
15
sphinx-build -b myst .<BUILDDIR>
16
16
```
17
17
18
-
The generated `<FILE>.json` files in `<BUILDDIR>` can be added to your TOC e.g. using a `pattern` entry. You can also serve the `myst.xref.json` from your Sphinx deployment to enable MyST xrefs.
18
+
The generated `.myst.json` files in `<BUILDDIR>/content` can be added to your TOC e.g. using a `pattern` entry. You can also serve the `myst.xref.json` from your Sphinx deployment to enable MyST xrefs.
19
19
20
20
> [!WARNING]
21
21
> This extension is a literal work-in-progress; some things don't work.
0 commit comments