Skip to content

Commit

Permalink
Fix MkDocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonWilde committed Oct 4, 2024
1 parent b6e6e09 commit b8c85b6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
31 changes: 18 additions & 13 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ gravis = "^0.1.0"
optional = true

[tool.poetry.group.docs.dependencies]
mkdocstrings = {extras = ["python"], version = "^0.20.0"}
mkdocs-material = "^9.1.4"
mkdocs-gen-files = "^0.4.0"
mkdocs-literate-nav = "^0.6.0"
mkdocs-section-index = "^0.3.5"
mkdocs-git-revision-date-localized-plugin = "^1.2.0"
pymdown-extensions = "^10.0.1"
mkdocstrings = {extras = ["python"], version = "^0.26.1"}

[tool.poetry.group.security.dependencies]
pillow = "^10.2.0"
Expand Down

0 comments on commit b8c85b6

Please sign in to comment.