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..8153e780581e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -Sphinx==7.2.6 -ablog==0.11.6 +Sphinx==7.3.7 +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