We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7ad87 commit 147869aCopy full SHA for 147869a
docs/_scripts/macros.py
mkdocs.yml
@@ -124,10 +124,9 @@ plugins:
124
- https://sybil.readthedocs.io/en/stable/objects.inv
125
- https://typing-extensions.readthedocs.io/en/stable/objects.inv
126
# 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
+ # inside docstrings.
129
- macros:
130
- module_name: docs/_scripts/macros
+ modules: ["frequenz.repo.config.mkdocs.mkdocstrings_macros"]
131
on_undefined: strict
132
on_error_fail: true
133
- search
0 commit comments