Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 7862738

Browse files
ChaiBapchyahaojin2
authored andcommitted
Fix python doc build issue (#16630)
* pin the pip versions * remove nbconvert comment
1 parent c574067 commit 7862738

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

docs/python_docs/environment.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@ dependencies:
2727
- matplotlib
2828
- notebook
2929
- pip:
30-
# using nbconvert master until v5.5 comes out
31-
- git+https://github.com/jupyter/nbconvert@master
32-
- nbsphinx>=0.4.2
33-
- recommonmark
34-
- notedown
35-
- pypandoc
36-
- breathe
37-
- mock
38-
- awscli
39-
- autodocsumm
30+
- nbconvert==5.6.1
31+
- nbsphinx==0.4.3
32+
- recommonmark==0.6.0
33+
- notedown==1.5.1
34+
- pypandoc==1.4
35+
- breathe==4.13.1
36+
- mock==3.0.5
37+
- awscli==1.16.266
38+
- autodocsumm==0.1.11

0 commit comments

Comments
 (0)