Skip to content

Commit

Permalink
Maintainance PR (#467)
Browse files Browse the repository at this point in the history
* feat: maintainance

* fix: sphinx

* Update requirements.txt

* Update build.yml

* Update preview_build.yml

* Update requirements.txt

* Update requirements.txt

* Update requirements.txt
  • Loading branch information
henilp105 committed Sep 22, 2024
1 parent 393b0b5 commit d9108dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
BING_TOKEN: ${{ secrets.BING_TOKEN }}

- name: Deploy documentation sphinx
uses: JamesIves/[email protected].1
uses: JamesIves/[email protected].4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- run: touch build/html/.nojekyll

- name: Deploy documentation sphinx
uses: JamesIves/[email protected].1
uses: JamesIves/[email protected].4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Sphinx==7.3.7
Sphinx==8.0.2
ablog==0.11.10
pydata-sphinx-theme==0.9.0
myst-parser==3.0.1
sphinx_design==0.6.0
myst-parser==4.0.0
sphinx_design==0.6.1
sphinx_copybutton==0.5.2
sphinx-jinja==2.0.2
jinja2==3.1.3
jinja2==3.1.4
requests==2.32.3
black==24.4.2
pylint==3.2.3
pre-commit==3.7.0
black==24.8.0
pylint==3.2.7
pre-commit==3.8.0
sphinx-sitemap==2.6.0
sphinx-favicon==1.0.1

0 comments on commit d9108dc

Please sign in to comment.