Skip to content

Commit

Permalink
Fix duplicated parameter tables in API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tleonhardt committed Jan 25, 2025
1 parent 32c54b0 commit b49a728
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.9.2"
rev: "v0.9.3"
hooks:
- id: ruff-format
args: [--config=pyproject.toml]
Expand Down
2 changes: 0 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ plugins:
handlers:
python:
options:
extensions:
- griffe_typingdoc
show_root_heading: true
show_if_no_docstring: true
preload_modules:
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ build = ["build>=1.2.1", "setuptools>=64", "setuptools-scm>=8"]
dev = [
"black>=24",
"codecov>=2",
"griffe-typingdoc>=0.2",
"invoke>=2",
"mkdocs-git-revision-date-localized-plugin>=1.3",
"mkdocs-include-markdown-plugin>=6",
Expand All @@ -56,7 +55,6 @@ dev = [
]
docs = [
"black>=24",
"griffe-typingdoc>=0.2",
"mkdocs-git-revision-date-localized-plugin>=1.3",
"mkdocs-include-markdown-plugin>=6",
"mkdocs-macros-plugin>=1",
Expand Down

0 comments on commit b49a728

Please sign in to comment.