Skip to content

Commit

Permalink
Add extension to config reference doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Dec 31, 2021
1 parent d55cfa5 commit 32194f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/sphinx/reference.md
Expand Up @@ -69,6 +69,7 @@ List of extensions:
- "smartquotes": automatically convert standard quotations to their opening/closing variants
- "substitution": substitute keys, see the [substitutions syntax](syntax/substitutions) for details
- "tasklist": add check-boxes to the start of list items, see the [tasklist syntax](syntax/tasklists) for details
- "toclist": specify sphinx `toctree` in a Markdown native manner, see the [toclist syntax](syntax/toclists) for details

Math specific, when `"dollarmath"` activated, see the [Math syntax](syntax/math) for more details:

Expand Down
2 changes: 1 addition & 1 deletion docs/syntax/optional.md
Expand Up @@ -683,7 +683,7 @@ Send a message to a recipient
Currently `sphinx.ext.autodoc` does not support MyST, see [](howto/autodoc).
:::

(syntax/toclist)=
(syntax/toclists)=
## Table of Contents Lists

By adding `"toclist"` to `myst_enable_extensions` (in the sphinx `conf.py` [configuration file](https://www.sphinx-doc.org/en/master/usage/configuration.html)),
Expand Down

0 comments on commit 32194f2

Please sign in to comment.