refactor: fix missing docs dependencies (#994)

This commit is contained in:
Juro Oravec 2025-02-20 12:24:34 +01:00 committed by GitHub
parent 0adf8fa7db
commit dcd4203eea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,6 +140,8 @@ detached = false
# We only add black for formatting code in the docs
dependencies = [
"black",
"pygments",
"pygments-djc",
]
[tool.hatch.env.collectors.mkdocs.docs]