Skip to content

Commit b49a728

Browse files
committed
Fix duplicated parameter tables in API docs
1 parent 32c54b0 commit b49a728

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: trailing-whitespace
99

1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: "v0.9.2"
11+
rev: "v0.9.3"
1212
hooks:
1313
- id: ruff-format
1414
args: [--config=pyproject.toml]

mkdocs.yml

-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ plugins:
7272
handlers:
7373
python:
7474
options:
75-
extensions:
76-
- griffe_typingdoc
7775
show_root_heading: true
7876
show_if_no_docstring: true
7977
preload_modules:

pyproject.toml

-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ build = ["build>=1.2.1", "setuptools>=64", "setuptools-scm>=8"]
3939
dev = [
4040
"black>=24",
4141
"codecov>=2",
42-
"griffe-typingdoc>=0.2",
4342
"invoke>=2",
4443
"mkdocs-git-revision-date-localized-plugin>=1.3",
4544
"mkdocs-include-markdown-plugin>=6",
@@ -56,7 +55,6 @@ dev = [
5655
]
5756
docs = [
5857
"black>=24",
59-
"griffe-typingdoc>=0.2",
6058
"mkdocs-git-revision-date-localized-plugin>=1.3",
6159
"mkdocs-include-markdown-plugin>=6",
6260
"mkdocs-macros-plugin>=1",

0 commit comments

Comments
 (0)