Skip to content

Commit e4ae48a

Browse files
authored
Environment
1 parent c02a935 commit e4ae48a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

DOCUMENTATION.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
* The generation of recipes using Sphinx-Gallery requires:
22

33
```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
4+
pip install sphinx-gallery==0.11.0
5+
pip install sphinx-copybutton==0.5.1
6+
pip install sphinx-toggleprompt==0.2.0
7+
pip install sphinxcontrib-spelling==4.3.0
8+
pip install sphinxcontrib.serializinghtml==1.1.5
9+
pip install sphinxcontrib.htmlhelp==1.0.3
10+
pip install sphinx==2.4.5
11+
```
1012

1113
* The `.py` files to generate recipes are stored in `docs/source/recipes/`.
1214

0 commit comments

Comments
 (0)