Skip to content

Commit 40a492a

Browse files
authored
Add devseed favicon (#641)
1 parent 7ff670a commit 40a492a

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

docs/assets/ds_favicon.png

1.46 KB
Loading

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ theme:
9393
name: material
9494
custom_dir: docs/overrides
9595
logo: assets/logo_no_text.png
96+
favicon: assets/ds_favicon.png
9697
palette:
9798
# Palette toggle for automatic mode
9899
- media: "(prefers-color-scheme)"

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ docs = [
1111
# Workaround for https://github.com/mkdocs/mkdocs/issues/4032
1212
"click<8.3",
1313
"mkdocs-material[imaging]>=9.6.3",
14-
"mkdocs>=1.6.1",
14+
"mkdocs>=1.6.1,<2",
1515
"mkdocstrings[python]>=1.0",
1616
"mkdocs-jupyter>=0.24.8",
1717
"mkdocs-redirects>=1.2.2",
@@ -114,10 +114,7 @@ markers = [
114114
"network: mark the test as requiring a network connection",
115115
"parallel_threads: mark test for concurrent thread execution",
116116
]
117-
thread_unsafe_fixtures = [
118-
"minio_bucket",
119-
"minio_store",
120-
]
117+
thread_unsafe_fixtures = ["minio_bucket", "minio_store"]
121118

122119
[tool.mypy]
123120
files = ["obstore/python"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)