Skip to content

Commit d9108dc

Browse files
authored
Maintainance PR (#467)
* feat: maintainance * fix: sphinx * Update requirements.txt * Update build.yml * Update preview_build.yml * Update requirements.txt * Update requirements.txt * Update requirements.txt
1 parent 393b0b5 commit d9108dc

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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/[email protected].1
63+
uses: JamesIves/[email protected].4
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/[email protected].1
47+
uses: JamesIves/[email protected].4
4848
with:
4949
token: ${{ secrets.GITHUB_TOKEN }}
5050
branch: gh-pages

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
Sphinx==7.3.7
1+
Sphinx==8.0.2
22
ablog==0.11.10
33
pydata-sphinx-theme==0.9.0
4-
myst-parser==3.0.1
5-
sphinx_design==0.6.0
4+
myst-parser==4.0.0
5+
sphinx_design==0.6.1
66
sphinx_copybutton==0.5.2
77
sphinx-jinja==2.0.2
8-
jinja2==3.1.3
8+
jinja2==3.1.4
99
requests==2.32.3
10-
black==24.4.2
11-
pylint==3.2.3
12-
pre-commit==3.7.0
10+
black==24.8.0
11+
pylint==3.2.7
12+
pre-commit==3.8.0
1313
sphinx-sitemap==2.6.0
1414
sphinx-favicon==1.0.1

0 commit comments

Comments
 (0)