From c545560090125794632ffeca596686d0460fa564 Mon Sep 17 00:00:00 2001 From: Henil Panchal Date: Wed, 22 May 2024 09:53:59 +0530 Subject: [PATCH 1/2] feat: maintainance --- .github/workflows/build.yml | 2 +- .github/workflows/preview_build.yml | 2 +- requirements.txt | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f15c81afb1f..f287d093d355 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: BING_TOKEN: ${{ secrets.BING_TOKEN }} - name: Deploy documentation sphinx - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages diff --git a/.github/workflows/preview_build.yml b/.github/workflows/preview_build.yml index 65756eec521a..82f0c6d22133 100644 --- a/.github/workflows/preview_build.yml +++ b/.github/workflows/preview_build.yml @@ -44,7 +44,7 @@ jobs: - run: touch build/html/.nojekyll - name: Deploy documentation sphinx - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages diff --git a/requirements.txt b/requirements.txt index 98ee7c72a1ad..0b7251fd2e29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Sphinx==7.2.6 -ablog==0.11.6 +ablog==0.11.10 pydata-sphinx-theme==0.9.0 myst-parser==2.0.0 sphinx_design==0.5.0 @@ -7,8 +7,8 @@ sphinx_copybutton==0.5.2 sphinx-jinja==2.0.2 jinja2==3.1.3 requests==2.31.0 -black==24.3.0 +black==24.4.2 pylint==3.1.0 pre-commit==3.7.0 -sphinx-sitemap==2.5.1 +sphinx-sitemap==2.6.0 sphinx-favicon==1.0.1 From 34233e9ef39530f21b666909c6e9697755857322 Mon Sep 17 00:00:00 2001 From: Henil Panchal Date: Wed, 22 May 2024 10:04:48 +0530 Subject: [PATCH 2/2] fix: sphinx --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0b7251fd2e29..8153e780581e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Sphinx==7.2.6 +Sphinx==7.3.7 ablog==0.11.10 pydata-sphinx-theme==0.9.0 myst-parser==2.0.0