mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Fix hatch environment 'docs' to use the local mkdocs checkout (#3518)
This commit is contained in:
@@ -140,6 +140,8 @@ matrix.type.scripts = [
|
||||
|
||||
[tool.hatch.env.collectors.mkdocs.integration]
|
||||
path = "mkdocs.yml"
|
||||
[tool.hatch.envs.integration]
|
||||
detached = false
|
||||
[tool.hatch.envs.integration.scripts]
|
||||
test = "python -m mkdocs.tests.integration"
|
||||
[[tool.hatch.envs.integration.matrix]]
|
||||
@@ -204,7 +206,7 @@ check = ["markdown", "js", "css", "spelling"]
|
||||
path = "mkdocs.yml"
|
||||
[tool.hatch.envs.docs]
|
||||
type = "pip-compile"
|
||||
pip-compile-hashes = false
|
||||
detached = false
|
||||
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
|
||||
Reference in New Issue
Block a user