Skip to content

Commit dd5e0f0

Browse files
committed
Fix docs.
1 parent ac6be1c commit dd5e0f0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

hatch.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,10 @@ dependencies = [
4242
"pytest",
4343
"pytest-asyncio",
4444
]
45+
46+
[envs.docs]
47+
dependencies = ["mkdocs", "mkdocstrings[python]", "mkdocs-material", "mkdocs-git-revision-date-localized-plugin"]
48+
49+
[envs.docs.scripts]
50+
build = "mkdocs build"
51+
serve = "mkdocs serve"

0 commit comments

Comments
 (0)