We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92b9614 + 3408ff8 commit 4097d37Copy full SHA for 4097d37
docs/source/syntax.md
@@ -10,6 +10,17 @@ When using other themes (such as `alabaster`) the icons for the `exercise` and `
10
We would like to make this more theme agnostic and status can be found in [this issue](https://github.com/executablebooks/sphinx-exercise/issues/51)
11
```
12
13
+`````{note}
14
+To use this extension in a Jupyter Book project, add `sphinx_exercise` as an extension in the `_config.yml` file.
15
+
16
+```{code-block} python
17
+sphinx:
18
+ extra_extensions:
19
+ - sphinx_exercise
20
+```
21
22
+`````
23
24
```{note}
25
This documentation utilized the [Markedly Structured Text (MyST)](https://myst-parser.readthedocs.io/en/latest/index.html) syntax.
26
0 commit comments