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 19f6cad commit d80b0c1Copy full SHA for d80b0c1
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
# https://github.com/jupyterlab/jupyterlab/issues/12675
26
language_version: "17.9.1"
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.1.1
+ rev: v0.1.3
29
hooks:
30
- id: ruff
31
args: [--fix, --exit-non-zero-on-fix]
docs/conf.py
@@ -115,6 +115,7 @@
115
"repository_url": repository_url,
116
"use_repository_button": True,
117
"path_to_docs": "docs/",
118
+ "navigation_with_keys": False,
119
}
120
121
pygments_style = "default"
0 commit comments