File tree Expand file tree Collapse file tree 12 files changed +12
-498
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 12 files changed +12
-498
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -129,10 +129,9 @@ plugins:
129129{%- endif %}
130130 - https://typing-extensions.readthedocs.io/en/stable/objects.inv
131131 # Note this plugin must be loaded after mkdocstrings to be able to use macros
132- # inside docstrings. See the comment in `docs/_scripts/macros.py` for more
133- # details
132+ # inside docstrings.
134133 - macros :
135- module_name : docs/_scripts/macros
134+ modules : ["frequenz.repo.config.mkdocs.mkdocstrings_macros"]
136135 on_undefined : strict
137136 on_error_fail : true
138137 - search
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -124,10 +124,9 @@ plugins:
124124 - https://frequenz-floss.github.io/frequenz-sdk-python/v1.0-pre/objects.inv
125125 - https://typing-extensions.readthedocs.io/en/stable/objects.inv
126126 # Note this plugin must be loaded after mkdocstrings to be able to use macros
127- # inside docstrings. See the comment in `docs/_scripts/macros.py` for more
128- # details
127+ # inside docstrings.
129128 - macros :
130- module_name : docs/_scripts/macros
129+ modules : ["frequenz.repo.config.mkdocs.mkdocstrings_macros"]
131130 on_undefined : strict
132131 on_error_fail : true
133132 - search
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -124,10 +124,9 @@ plugins:
124124 - https://grpc.github.io/grpc/python/objects.inv
125125 - https://typing-extensions.readthedocs.io/en/stable/objects.inv
126126 # Note this plugin must be loaded after mkdocstrings to be able to use macros
127- # inside docstrings. See the comment in `docs/_scripts/macros.py` for more
128- # details
127+ # inside docstrings.
129128 - macros :
130- module_name : docs/_scripts/macros
129+ modules : ["frequenz.repo.config.mkdocs.mkdocstrings_macros"]
131130 on_undefined : strict
132131 on_error_fail : true
133132 - search
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -124,10 +124,9 @@ plugins:
124124 - https://frequenz-floss.github.io/frequenz-sdk-python/v1.0-pre/objects.inv
125125 - https://typing-extensions.readthedocs.io/en/stable/objects.inv
126126 # Note this plugin must be loaded after mkdocstrings to be able to use macros
127- # inside docstrings. See the comment in `docs/_scripts/macros.py` for more
128- # details
127+ # inside docstrings.
129128 - macros :
130- module_name : docs/_scripts/macros
129+ modules : ["frequenz.repo.config.mkdocs.mkdocstrings_macros"]
131130 on_undefined : strict
132131 on_error_fail : true
133132 - search
You can’t perform that action at this time.
0 commit comments