Skip to content

Commit c84eeae

Browse files
committed
Update sphinx version and downgrade pre-commit
1 parent f5e492e commit c84eeae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/online_doc_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
sudo apt-get install texlive-latex-base texlive-latex-recommended \
2020
texlive-fonts-recommended texlive-latex-extra dvipng
2121
- name: Build and Commit
22-
uses: sphinx-notes/pages@1.0
22+
uses: sphinx-notes/pages@3
2323
with:
2424
documentation_path: docs/source
2525
- name: Push changes

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88

99
# Run fast code improvement/checks before running PR specific helpers.
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v4.6.0
1212
hooks:
1313
- id: trailing-whitespace
1414
args: [--markdown-linebreak-ext=md]

0 commit comments

Comments
 (0)