Skip to content

Commit 9a0ef92

Browse files
authored
Fix readthedocs environment (#6020)
* Fix readthedocs environment * Update environment.yml * Update environment.yml
1 parent c14d7f4 commit 9a0ef92

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/environment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: notebook_docs
2+
channels:
3+
- conda-forge
24
dependencies:
35
- python=3.8
46
- sphinx_rtd_theme
@@ -7,9 +9,10 @@ dependencies:
79
- nbformat
810
- jupyter_client
911
- ipykernel
12+
- pip
1013
- sphinx
1114
- terminado
12-
- myst_parser
15+
- myst-parser
1316
- pip:
1417
- nbsphinx
1518
- Send2Trash

0 commit comments

Comments
 (0)