File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
cookiecutter/{{cookiecutter.github_repo_name}}
tests_golden/integration/test_cookiecutter_generation
actor/frequenz-actor-test
model/frequenz-model-test Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ requires-python = ">= 3.11, < 4"
3636{%- if cookiecutter.type in ("app", "actor", "model") %}
3737dependencies = [
3838 " typing-extensions == 4.5.0" ,
39- # Make sure to update the mkdocs.yml file when
40- # changing the version
41- # ( plugins.mkdocstrings.handlers.python.import)
39+ # Make sure to update the version for cross-referencing also in the
40+ # mkdocs.yml file when changing the version here (look for the config key
41+ # plugins.mkdocstrings.handlers.python.import)
4242 " frequenz-sdk == 0.24.0" ,
4343]
4444{%- elif cookiecutter.type == "api" %}
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ requires-python = ">= 3.11, < 4"
2929# TODO(cookiecutter): Remove and add more dependencies if appropriate
3030dependencies = [
3131 " typing-extensions == 4.5.0" ,
32- # Make sure to update the mkdocs.yml file when
33- # changing the version
34- # ( plugins.mkdocstrings.handlers.python.import)
32+ # Make sure to update the version for cross-referencing also in the
33+ # mkdocs.yml file when changing the version here (look for the config key
34+ # plugins.mkdocstrings.handlers.python.import)
3535 " frequenz-sdk == 0.24.0" ,
3636]
3737dynamic = [" version" ]
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ requires-python = ">= 3.11, < 4"
2828# TODO(cookiecutter): Remove and add more dependencies if appropriate
2929dependencies = [
3030 " typing-extensions == 4.5.0" ,
31- # Make sure to update the mkdocs.yml file when
32- # changing the version
33- # ( plugins.mkdocstrings.handlers.python.import)
31+ # Make sure to update the version for cross-referencing also in the
32+ # mkdocs.yml file when changing the version here (look for the config key
33+ # plugins.mkdocstrings.handlers.python.import)
3434 " frequenz-sdk == 0.24.0" ,
3535]
3636dynamic = [" version" ]
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ requires-python = ">= 3.11, < 4"
2929# TODO(cookiecutter): Remove and add more dependencies if appropriate
3030dependencies = [
3131 " typing-extensions == 4.5.0" ,
32- # Make sure to update the mkdocs.yml file when
33- # changing the version
34- # ( plugins.mkdocstrings.handlers.python.import)
32+ # Make sure to update the version for cross-referencing also in the
33+ # mkdocs.yml file when changing the version here (look for the config key
34+ # plugins.mkdocstrings.handlers.python.import)
3535 " frequenz-sdk == 0.24.0" ,
3636]
3737dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments