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 c02a935 commit e4ae48aCopy full SHA for e4ae48a
DOCUMENTATION.md
@@ -1,12 +1,14 @@
1
* The generation of recipes using Sphinx-Gallery requires:
2
3
```txt
4
- sphinx-gallery==0.11.0
5
- sphinx-copybutton==0.5.1
6
- sphinx-toggleprompt==0.2.0
7
- sphinxcontrib-spelling==4.3.0
8
- sphinxcontrib.serializinghtml==1.1.5
9
- sphinx==2.4.5
+ pip install sphinx-gallery==0.11.0
+ pip install sphinx-copybutton==0.5.1
+ pip install sphinx-toggleprompt==0.2.0
+ pip install sphinxcontrib-spelling==4.3.0
+ pip install sphinxcontrib.serializinghtml==1.1.5
+ pip install sphinxcontrib.htmlhelp==1.0.3
10
+ pip install sphinx==2.4.5
11
+ ```
12
13
* The `.py` files to generate recipes are stored in `docs/source/recipes/`.
14
0 commit comments