We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e492e commit c84eeaeCopy full SHA for c84eeae
.github/workflows/online_doc_update.yml
@@ -19,7 +19,7 @@ jobs:
19
sudo apt-get install texlive-latex-base texlive-latex-recommended \
20
texlive-fonts-recommended texlive-latex-extra dvipng
21
- name: Build and Commit
22
- uses: sphinx-notes/pages@1.0
+ uses: sphinx-notes/pages@3
23
with:
24
documentation_path: docs/source
25
- name: Push changes
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
9
# Run fast code improvement/checks before running PR specific helpers.
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v5.0.0
+ rev: v4.6.0
12
hooks:
13
- id: trailing-whitespace
14
args: [--markdown-linebreak-ext=md]
0 commit comments