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.
1 parent 9a74199 commit a169c65Copy full SHA for a169c65
docs/source/syntax.md
@@ -1,5 +1,14 @@
1
# Syntax Guide
2
3
+```{warning}
4
+This extension currently works best when paired with the following themes:
5
+
6
+1. [sphinx_book_theme](https://github.com/executablebooks/sphinx-book-theme)
7
+2. [quantecon_book_theme](https://github.com/quantecon/quantecon-book-theme)
8
9
+When using other themes (such as `alabaster`) the icons for the `exercise` and `solution` admonitions are missing on the top left.
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
This documentation utilized the [Markedly Structured Text (MyST)](https://myst-parser.readthedocs.io/en/latest/index.html) syntax.
0 commit comments