From 16a8822c3681b5391be630f7e5835d86dda3b043 Mon Sep 17 00:00:00 2001 From: LIU ZHANWEI <50036800+Zhanwei-Liu@users.noreply.github.com> Date: Sat, 6 Jan 2024 14:04:38 +0800 Subject: [PATCH 1/3] Update static.yml --- .github/workflows/static.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index cd04023..d280b99 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -6,6 +6,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 + with: + python-version: '3.12.0' - name: Install dependencies run: | pip install -r ./doc/requirements.txt From 468c273db1167c6023f2765497e78a6cfd9d5615 Mon Sep 17 00:00:00 2001 From: LIU ZHANWEI <50036800+Zhanwei-Liu@users.noreply.github.com> Date: Sat, 6 Jan 2024 14:22:21 +0800 Subject: [PATCH 2/3] Update requirements.txt --- doc/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 272582b..fa178d6 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,7 +1,7 @@ pygments==2.15.0 -sphinx==4.4.0 +sphinx==5.3.0 sphinx_rtd_theme==1.1.1 sphinx-tabs==3.4.0 sphinx-notfound-page==0.8.3 sphinxext-opengraph==0.7.5 -sphinxcontrib-bibtex==2.6.1 \ No newline at end of file +sphinxcontrib-bibtex==2.6.1 From cb350e4965ce5c5c03879eb6d5472ac928a5d6c1 Mon Sep 17 00:00:00 2001 From: LIU ZHANWEI <50036800+Zhanwei-Liu@users.noreply.github.com> Date: Sat, 6 Jan 2024 14:27:46 +0800 Subject: [PATCH 3/3] Update requirements.txt --- doc/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/requirements.txt b/doc/requirements.txt index fa178d6..c125084 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,5 @@ pygments==2.15.0 +setuptools==69.0.3 sphinx==5.3.0 sphinx_rtd_theme==1.1.1 sphinx-tabs==3.4.0