This is an automated email from the ASF dual-hosted git repository. manuseth pushed a commit to branch mseth10-fix-website-pipeline in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
commit e7a113d6ce57a87d688827cffb2ed3a04cbf0fe8 Author: Manu Seth <[email protected]> AuthorDate: Wed Feb 23 13:57:16 2022 -0800 Update requirements --- docs/python_docs/requirements | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/python_docs/requirements b/docs/python_docs/requirements index 84b569c..645b38f 100644 --- a/docs/python_docs/requirements +++ b/docs/python_docs/requirements @@ -25,9 +25,10 @@ nbconvert==5.6.1 jupyter-client<=6.1.12 nbsphinx==0.4.3 recommonmark==0.6.0 +markupsafe==2.0.1 notedown==1.5.1 pypandoc==1.4 breathe==4.13.1 mock==3.0.5 awscli==1.16.266 -autodocsumm==0.1.12 \ No newline at end of file +autodocsumm==0.1.12
