From d59f996f4b0cfe408a9a889dfc813c0583f7669a Mon Sep 17 00:00:00 2001 From: piyushmadan Date: Mon, 2 May 2022 14:53:50 -0700 Subject: [PATCH 1/3] pin dependency to fix doc build --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index fc710cc0..7b104c8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,7 @@ flaml==0.9.6 # pipelines shrike[pipeline]==1.14.7 azure-ml-component==0.9.4.post1 # for component dsl +jinja2==3.0.3 #for docs azureml-train-core==1.36.0 # for azureml.train.hyperdrive azureml-dataset-runtime==1.36.0 # to register dataset hydra-core~=1.0.3 From eef5f05d59136e58dfbe4b6f7973ef37fa56055f Mon Sep 17 00:00:00 2001 From: piyushmadan Date: Mon, 2 May 2022 15:49:06 -0700 Subject: [PATCH 2/3] pin dependency to fix doc build --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b104c8a..1bea2534 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,8 @@ flaml==0.9.6 # pipelines shrike[pipeline]==1.14.7 azure-ml-component==0.9.4.post1 # for component dsl -jinja2==3.0.3 #for docs +jinja2==2.11.3 #for docs +MarkupSafe==1.1.1 azureml-train-core==1.36.0 # for azureml.train.hyperdrive azureml-dataset-runtime==1.36.0 # to register dataset hydra-core~=1.0.3 From 423271d86dfa9e9afb377ffb06cf255305ca2730 Mon Sep 17 00:00:00 2001 From: piyushmadan Date: Mon, 2 May 2022 16:25:21 -0700 Subject: [PATCH 3/3] updating mkdocstrings for doc build --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ea9e1923..fadae569 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -33,7 +33,7 @@ jobs: - name: pip install run: | python -m pip install --upgrade pip==21.3.1 - python -m pip install markdown-include==0.6.0 mkdocstrings==0.15.0 mkdocs-material==7.1.3 livereload==2.6.3 + python -m pip install markdown-include==0.6.0 mkdocstrings==0.17.0 mkdocs-material==7.1.3 livereload==2.6.3 # NOTE: we need requirements to be able to parse reference docs scripts sudo apt-get install libopenmpi-dev