From 207958dbad19aa74a40d6650063be932723b9cdb Mon Sep 17 00:00:00 2001 From: Shaojun Liu <61072813+liu-shaojun@users.noreply.github.com> Date: Thu, 1 Dec 2022 20:47:36 +0800 Subject: [PATCH] cicd: add pip mirror https://pypi.python.org/simple for bigdl related package (#6827) * add pip mirror * update * typo --- .readthedocs.yml | 2 +- docs/readthedocs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 6111552e..f09d4afd 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,7 +13,7 @@ build: - graphviz jobs: pre_install: - - wget https://raw.githubusercontent.com/analytics-zoo/gha-cicd-env/main/python-requrirements/requirements-doc.txt + - wget https://raw.githubusercontent.com/analytics-zoo/gha-cicd-env/main/python-requirements/requirements-doc.txt sphinx: configuration: docs/readthedocs/source/conf.py diff --git a/docs/readthedocs/README.md b/docs/readthedocs/README.md index d92d938e..92af58a4 100644 --- a/docs/readthedocs/README.md +++ b/docs/readthedocs/README.md @@ -18,7 +18,7 @@ pip install --upgrade pip "setuptools<58.3.0" pip install --upgrade pillow mock==1.0.1 "alabaster>=0.7,<0.8,!=0.7.5" commonmark==0.9.1 recommonmark==0.5.0 sphinx sphinx-rtd-theme "readthedocs-sphinx-ext<2.3" # for other documentation related dependencies -wget https://raw.githubusercontent.com/analytics-zoo/gha-cicd-env/main/python-requrirements/requirements-doc.txt +wget https://raw.githubusercontent.com/analytics-zoo/gha-cicd-env/main/python-requirements/requirements-doc.txt pip install -r requirements-doc.txt ``` > **Note**: When adding new sphinx extensions for our documentation, the requirements file located [here](https://raw.githubusercontent.com/analytics-zoo/gha-cicd-env/main/python-requrirements/requirements-doc.txt) should be modified.