From 0a3a0f09b024a5963dac2a93c60b3a1b38918ec7 Mon Sep 17 00:00:00 2001 From: ChaiBapchya Date: Fri, 25 Oct 2019 13:19:05 -0700 Subject: [PATCH 1/2] pin the pip versions --- docs/python_docs/environment.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/python_docs/environment.yml b/docs/python_docs/environment.yml index 11e43a1733f3..2c21f38b1e36 100644 --- a/docs/python_docs/environment.yml +++ b/docs/python_docs/environment.yml @@ -28,12 +28,12 @@ dependencies: - notebook - pip: # using nbconvert master until v5.5 comes out - - git+https://github.com/jupyter/nbconvert@master - - nbsphinx>=0.4.2 - - recommonmark - - notedown - - pypandoc - - breathe - - mock - - awscli - - autodocsumm + - nbconvert==5.6.1 + - nbsphinx==0.4.3 + - recommonmark==0.6.0 + - notedown==1.5.1 + - pypandoc==1.4 + - breathe==4.13.1 + - mock==3.0.5 + - awscli==1.16.266 + - autodocsumm==0.1.11 From 2d16e34429301242fce50d2ccf48568ce77eb2d5 Mon Sep 17 00:00:00 2001 From: ChaiBapchya Date: Fri, 25 Oct 2019 13:19:51 -0700 Subject: [PATCH 2/2] remove nbconvert comment --- docs/python_docs/environment.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/python_docs/environment.yml b/docs/python_docs/environment.yml index 2c21f38b1e36..5f66d7715af9 100644 --- a/docs/python_docs/environment.yml +++ b/docs/python_docs/environment.yml @@ -27,7 +27,6 @@ dependencies: - matplotlib - notebook - pip: - # using nbconvert master until v5.5 comes out - nbconvert==5.6.1 - nbsphinx==0.4.3 - recommonmark==0.6.0