Skip to content

Commit 8f53270

Browse files
authored
Merge pull request #818 from fractal-analytics-platform/815-fix-docs-build
Bump docs dependencies
2 parents 529a8cc + 8c401e8 commit 8f53270

File tree

5 files changed

+36
-30
lines changed

5 files changed

+36
-30
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
* Testing
66
* Use latest version of Zenodo tiny-ome-zarr dataset (\#817).
7+
* Documentation:
8+
* Bump `mkdocstrings` and `mkdocstrings-python` to support `griffe` v1 (\#818).
79

810
# 1.3.0
911

docs/doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ mkdocs-autorefs==0.5.0
44
mkdocs-gen-files==0.4.0
55
mkdocs-literate-nav==0.5.0
66
mkdocs-section-index==0.3.5
7-
mkdocstrings[python]==0.22.0
7+
mkdocstrings[python]==0.25.2
88
mkdocs-include-markdown-plugin==4.0.4

fractal_tasks_core/dev/lib_descriptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def _insert_class_attrs_descriptions(
221221
schema: TBD
222222
class_name: TBD
223223
descriptions: TBD
224-
definitions_key: Either `"definitions"` (for Pydantic V1) or
224+
definition_key: Either `"definitions"` (for Pydantic V1) or
225225
`"$defs"` (for Pydantic V2)
226226
"""
227227
new_schema = schema.copy()

poetry.lock

Lines changed: 31 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ mkdocs-material = "9.1.21"
7474
mkdocs-literate-nav = "0.5.0"
7575
mkdocs-gen-files = "0.4.0"
7676
mkdocs-section-index = "0.3.5"
77-
mkdocstrings = { extras = ["python"], version = "0.22.0" }
77+
mkdocstrings = { extras = ["python"], version = "0.25.2" }
7878
mkdocs-include-markdown-plugin = { version = "4.0.4", python = "^3.8,<3.12" }
7979

8080
[build-system]

0 commit comments

Comments
 (0)