Skip to content

Commit 93d9510

Browse files
authored
Bump docs dependencies (#2724)
1 parent 9b1c6c4 commit 93d9510

File tree

4 files changed

+45
-20
lines changed

4 files changed

+45
-20
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

mkdocs.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
site_name: Uvicorn
22
site_description: The lightning-fast ASGI server.
33
site_url: https://uvicorn.dev
4+
5+
repo_name: Kludex/uvicorn
6+
repo_url: https://github.com/Kludex/uvicorn
7+
edit_uri: edit/main/docs/
8+
49
strict: true
510

611
theme:
@@ -20,6 +25,8 @@ theme:
2025
toggle:
2126
icon: "material/lightbulb-outline"
2227
name: "Switch to light mode"
28+
icon:
29+
repo: fontawesome/brands/github
2330
features:
2431
- search.suggest
2532
- search.highlight
@@ -34,10 +41,6 @@ theme:
3441
- toc.follow # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#anchor-following
3542
- announce.dismiss # https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-header/#mark-as-read
3643

37-
repo_name: Kludex/uvicorn
38-
repo_url: https://github.com/Kludex/uvicorn
39-
edit_uri: edit/main/docs/
40-
4144
# https://www.mkdocs.org/user-guide/configuration/#validation
4245
validation:
4346
omitted_files: warn

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ dev = [
7474
]
7575
docs = [
7676
"mkdocs==1.6.1",
77-
"mkdocs-material==9.6.13",
78-
"mkdocstrings-python==1.16.12",
79-
"mkdocs-llmstxt==0.2.0",
77+
"mkdocs-material==9.6.21",
78+
"mkdocstrings-python==1.18.2",
79+
"mkdocs-llmstxt==0.4.0",
8080
]
8181

8282
[tool.uv]

uv.lock

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

0 commit comments

Comments
 (0)