mirror of
https://github.com/django-components/django-components.git
synced 2025-07-13 11:54:59 +00:00
refactor: fix missing docs dependencies (#994)
This commit is contained in:
parent
0adf8fa7db
commit
dcd4203eea
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,8 @@ detached = false
|
||||||
# We only add black for formatting code in the docs
|
# We only add black for formatting code in the docs
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"black",
|
"black",
|
||||||
|
"pygments",
|
||||||
|
"pygments-djc",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.hatch.env.collectors.mkdocs.docs]
|
[tool.hatch.env.collectors.mkdocs.docs]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue