Skip to content

Commit 9a8c65f

Browse files
authored
Improve statement of config requirement
1 parent b9a4192 commit 9a8c65f

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

docs/source/syntax.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ We would like to make this more theme agnostic and status can be found in [this
1313
`````{note}
1414
To use this extension in a Jupyter Book project, add `sphinx_exercise` as an extension in the `_config.yml` file.
1515
16-
```
17-
...
18-
extra_extensions:
19-
...
20-
- sphinx_exercise
21-
...
22-
16+
```{code-block} python
17+
sphinx:
18+
extra_extensions:
19+
- sphinx_exercise
2320
`````
2421

2522
```{note}

0 commit comments

Comments
 (0)