Skip to content

Commit b1902d0

Browse files
Bump mkdocstrings[python] from 0.29.1 to 1.0.0 (#62)
* Bump mkdocstrings[python] from 0.29.1 to 1.0.0 Bumps [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) from 0.29.1 to 1.0.0. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.29.1...1.0.0) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix mkdocs deprecation --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cyrill Raccaud <miaucl@users.noreply.github.com>
1 parent 01668d1 commit b1902d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ plugins:
4949
- mkdocstrings:
5050
handlers:
5151
python:
52-
import:
52+
inventories:
5353
- https://docs.python.org/3.11/objects.inv
5454
options:
5555
docstring_style: numpy

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pre-commit>=3.6.1
66
python-dotenv>=1.0.1
77
ruff~=0.14
88
mkdocs-material==9.7.0
9-
mkdocstrings[python]==0.29.1
9+
mkdocstrings[python]==1.0.0

0 commit comments

Comments
 (0)