Skip to content

Commit

Permalink
Merge pull request #818 from fractal-analytics-platform/815-fix-docs-…
Browse files Browse the repository at this point in the history
…build

Bump docs dependencies
  • Loading branch information
tcompa committed Aug 21, 2024
2 parents 529a8cc + 8c401e8 commit 8f53270
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 30 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

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

# 1.3.0

Expand Down
2 changes: 1 addition & 1 deletion docs/doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ mkdocs-autorefs==0.5.0
mkdocs-gen-files==0.4.0
mkdocs-literate-nav==0.5.0
mkdocs-section-index==0.3.5
mkdocstrings[python]==0.22.0
mkdocstrings[python]==0.25.2
mkdocs-include-markdown-plugin==4.0.4
2 changes: 1 addition & 1 deletion fractal_tasks_core/dev/lib_descriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def _insert_class_attrs_descriptions(
schema: TBD
class_name: TBD
descriptions: TBD
definitions_key: Either `"definitions"` (for Pydantic V1) or
definition_key: Either `"definitions"` (for Pydantic V1) or
`"$defs"` (for Pydantic V2)
"""
new_schema = schema.copy()
Expand Down
58 changes: 31 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ mkdocs-material = "9.1.21"
mkdocs-literate-nav = "0.5.0"
mkdocs-gen-files = "0.4.0"
mkdocs-section-index = "0.3.5"
mkdocstrings = { extras = ["python"], version = "0.22.0" }
mkdocstrings = { extras = ["python"], version = "0.25.2" }
mkdocs-include-markdown-plugin = { version = "4.0.4", python = "^3.8,<3.12" }

[build-system]
Expand Down

0 comments on commit 8f53270

Please sign in to comment.