Skip to content

Commit 29f5024

Browse files
committed
Add missing dependency for mkdocs
For building the website we need to use repo-config to generate the API documentation. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent eba9067 commit 29f5024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cookiecutter/{{cookiecutter.github_repo_name}}/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ dev-mkdocs = [
6767
"mkdocs-material == 9.1.16",
6868
"mkdocs-section-index == 0.3.5",
6969
"mkdocstrings[python] == 0.22.0",
70+
"frequenz-repo-config[{{cookiecutter.type}}] == 0.3.0",
7071
]
7172
dev-mypy = [
7273
"mypy == 1.2.0",

0 commit comments

Comments
 (0)