Skip to content

Commit 79e883b

Browse files
authored
Maintainance PR (#413)
* feat: maintainance * fix: sphinx
1 parent a8970cc commit 79e883b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
BING_TOKEN: ${{ secrets.BING_TOKEN }}
6161

6262
- name: Deploy documentation sphinx
63-
uses: JamesIves/github-pages-deploy-action@v4.5.0
63+
uses: JamesIves/github-pages-deploy-action@v4.6.1
6464
with:
6565
token: ${{ secrets.GITHUB_TOKEN }}
6666
branch: gh-pages

.github/workflows/preview_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- run: touch build/html/.nojekyll
4545

4646
- name: Deploy documentation sphinx
47-
uses: JamesIves/github-pages-deploy-action@v4.5.0
47+
uses: JamesIves/github-pages-deploy-action@v4.6.1
4848
with:
4949
token: ${{ secrets.GITHUB_TOKEN }}
5050
branch: gh-pages

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
Sphinx==7.2.6
2-
ablog==0.11.6
1+
Sphinx==7.3.7
2+
ablog==0.11.10
33
pydata-sphinx-theme==0.9.0
44
myst-parser==2.0.0
55
sphinx_design==0.5.0
66
sphinx_copybutton==0.5.2
77
sphinx-jinja==2.0.2
88
jinja2==3.1.3
99
requests==2.31.0
10-
black==24.3.0
10+
black==24.4.2
1111
pylint==3.1.0
1212
pre-commit==3.7.0
13-
sphinx-sitemap==2.5.1
13+
sphinx-sitemap==2.6.0
1414
sphinx-favicon==1.0.1

0 commit comments

Comments
 (0)