Skip to content

Commit 9b15438

Browse files
committed
updates docs
1 parent 50f6bfb commit 9b15438

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ dev = [
6363
"ruff>=0.9.4",
6464
"tox>=4.24.1",
6565
]
66+
docs = [
67+
"mkdocs>=1.6.1",
68+
"mkdocs-include-markdown-plugin>=6.2.2",
69+
]
6670

6771
[tool.hatch]
6872
build.hooks.vcs.version-file = "src/pytest_echo/version.py"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ description = check that the long description is valid
5858
skip_install = true
5959
commands =
6060
mkdocs build
61-
dependency_groups = dev
61+
dependency_groups = docs
6262

6363
[testenv:pkg_meta]
6464
description = check that the long description is valid

uv.lock

Lines changed: 10 additions & 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)