Skip to content

Commit

Permalink
docs: fix docs build (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 authored Sep 11, 2024
1 parent b05cecd commit 1ed5f44
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ dev = [
"rich",
]
docs = [
"mkdocs-gen-files",
"mkdocs-literate-nav",
"mkdocs-material==9.4.1",
"mkdocs==1.5.3",
"mkdocstrings-python==1.7.3",
"mkdocs-gen-files==0.5.0",
"mkdocs-literate-nav==0.6.1",
"mkdocs-material==9.5.34",
"mkdocs==1.6.1",
"mkdocstrings-python==1.11.1",
"griffe==1.3.0",
]

[project.urls]
Expand Down

0 comments on commit 1ed5f44

Please sign in to comment.