Skip to content

Commit

Permalink
Merge pull request #342 from yozachar/workshop
Browse files Browse the repository at this point in the history
maint: update dev dependencies; adds favicon to docs
  • Loading branch information
yozachar authored Mar 23, 2024
2 parents 799e63b + 426205f commit 04cf3d0
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 34 deletions.
18 changes: 18 additions & 0 deletions docs/assets/icons/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ theme:
name: material
icon:
logo: material/marker-check
favicon: assets/icons/favicon.svg
font:
text: Inter
code: "Fira Code"
Expand Down
62 changes: 31 additions & 31 deletions pdm.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ docs-online = [
]
hooks = ["pre-commit>=3.5.0"]
package = ["build>=1.1.1"]
runner = ["tox>=4.14.1"]
runner = ["tox>=4.14.2"]
sast = ["bandit[toml]>=1.7.8"]
tooling = [
"black>=24.3.0",
"ruff>=0.3.3",
"pyright>=1.1.354",
"ruff>=0.3.4",
"pyright>=1.1.355",
"pytest>=8.1.1",
"pypandoc-binary>=1.13", # helps with type checking
]
Expand Down

0 comments on commit 04cf3d0

Please sign in to comment.