We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5bc45e commit 2e576c3Copy full SHA for 2e576c3
2 files changed
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- id: end-of-file-fixer
25
- id: trailing-whitespace
26
- repo: https://github.com/tox-dev/pyproject-fmt
27
- rev: 6e10264313f53d6247a8b1b984f5b5ccf50ba539 # v2.21.0
+ rev: 91de51aef61c5f2383f03da25604e3d65a8309e0 # v2.21.1
28
hooks:
29
- id: pyproject-fmt
30
- repo: https://github.com/abravalheri/validate-pyproject
pyproject.toml
@@ -40,7 +40,7 @@ docs = [
40
"matplotlib",
41
"nbsphinx",
42
"notebook",
43
- "sphinx<8.2", # furo requires sphinx < 8.2
+ "sphinx",
44
"sphinx-copybutton",
45
"sphinx-inline-tabs",
46
"sphinx-lint",
0 commit comments