Skip to content

Commit 8347eb1

Browse files
committed
template: Move paths: out of options
Using `paths` as `options` in `mkdocs.yml` was deprecated a long ago. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent f0445b7 commit 8347eb1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

cookiecutter/{{cookiecutter.github_repo_name}}/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ plugins:
102102
- mkdocstrings:
103103
default_handler: python
104104
handlers:
105+
paths: ["{{cookiecutter | src_path}}"]
105106
python:
106-
paths: ["{{cookiecutter | src_path}}"]
107107
options:
108108
docstring_section_style: spacy
109109
inherited_members: true

tests_golden/integration/test_cookiecutter_generation/actor/frequenz-actor-test/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ plugins:
102102
- mkdocstrings:
103103
default_handler: python
104104
handlers:
105+
paths: ["src"]
105106
python:
106-
paths: ["src"]
107107
options:
108108
docstring_section_style: spacy
109109
inherited_members: true

tests_golden/integration/test_cookiecutter_generation/api/frequenz-api-test/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ plugins:
102102
- mkdocstrings:
103103
default_handler: python
104104
handlers:
105+
paths: ["py"]
105106
python:
106-
paths: ["py"]
107107
options:
108108
docstring_section_style: spacy
109109
inherited_members: true

tests_golden/integration/test_cookiecutter_generation/app/frequenz-app-test/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ plugins:
102102
- mkdocstrings:
103103
default_handler: python
104104
handlers:
105+
paths: ["src"]
105106
python:
106-
paths: ["src"]
107107
options:
108108
docstring_section_style: spacy
109109
inherited_members: true

tests_golden/integration/test_cookiecutter_generation/lib/frequenz-test-python/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ plugins:
102102
- mkdocstrings:
103103
default_handler: python
104104
handlers:
105+
paths: ["src"]
105106
python:
106-
paths: ["src"]
107107
options:
108108
docstring_section_style: spacy
109109
inherited_members: true

tests_golden/integration/test_cookiecutter_generation/model/frequenz-model-test/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ plugins:
102102
- mkdocstrings:
103103
default_handler: python
104104
handlers:
105+
paths: ["src"]
105106
python:
106-
paths: ["src"]
107107
options:
108108
docstring_section_style: spacy
109109
inherited_members: true

0 commit comments

Comments
 (0)