Skip to content

Commit 1336cd4

Browse files
committed
Add missing dependency to repo-config for mkdocs
When building the documentation with mkdocs we are actually using repo-config to generate the API documentation, so we need to add it to the dependencies. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 050cce3 commit 1336cd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ dev-mkdocs = [
4949
"mkdocs-material == 9.1.16",
5050
"mkdocs-section-index == 0.3.5",
5151
"mkdocstrings[python] == 0.22.0",
52+
"frequenz-repo-config[lib] == 0.3.0",
5253
]
5354
dev-mypy = [
5455
"mypy == 1.2.0",

0 commit comments

Comments
 (0)