Skip to content

Commit b31b898

Browse files
committed
chore: upgrade docs dependencies and fix build issues
1 parent fbf6b64 commit b31b898

File tree

3 files changed

+122
-76
lines changed

3 files changed

+122
-76
lines changed

mkdocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ plugins:
5959
enable_inventory: true
6060
handlers:
6161
python:
62-
import:
62+
options:
63+
docstring_style: google
64+
inventories:
6365
- https://docs.python.org/3/objects.inv
6466
- https://docs.sqlalchemy.org/en/20/objects.inv
6567
- https://fastapi.tiangolo.com/objects.inv
@@ -98,4 +100,4 @@ markdown_extensions:
98100
permalink: true
99101
watch:
100102
- docs
101-
- src
103+
- src

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ license-files = []
4545

4646
[project.optional-dependencies]
4747
docs = [
48-
"mkdocs-glightbox>=0.4.0",
49-
"mkdocs-llmstxt>=0.2.0",
50-
"mkdocs-material>=9.5.50",
51-
"mkdocstrings[python]>=0.27.0",
48+
"mkdocs-glightbox>=0.5.2",
49+
"mkdocs-llmstxt>=0.5.0",
50+
"mkdocs-material>=9.7.1",
51+
"mkdocstrings[python]>=1.0.0",
5252
]
5353
sqlmodel = ["sqlmodel>=0.0.22"]
5454

0 commit comments

Comments
 (0)