Skip to content

Commit 65a1ccb

Browse files
⬆️ Update mkdocstrings; disable package-mode.
1 parent 934d40a commit 65a1ccb

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ description = "Docs for Lapidary"
55
authors = ["Raphael Krupinski <[email protected]>"]
66
license = "CC-BY-SA"
77
readme = "Readme.md"
8+
package-mode = false
89

910

1011
[tool.poetry.dependencies]
1112
python = '^3.10'
1213
mkdocs = "^1.6.0"
1314
mkdocs-material = "^9.5"
1415
mkdocs-monorepo-plugin = "^1.1.0"
15-
mkdocstrings = {extras = ["python"], version = "^0.25"}
16+
mkdocstrings = {extras = ["python"], version = "^0.26.1"}
1617

1718
[build-system]
1819
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)