Skip to content

Commit 4465ec7

Browse files
committed
Workaround mkdocstrings bug
With griffe 0.35.0 (used by mkdocstrings), this line started to fail with an error `Empty modules section at line ...`. For now we are just working around it until the bug is fixed. See: mkdocstrings/griffe#204 Signed-off-by: Leandro Lucarella <[email protected]>
1 parent e3ea99a commit 4465ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/frequenz/repo/config/nox/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
nox.configure(config)
3434
```
3535
36-
If you need further customization or to define new sessions, you can use the following
37-
modules:
36+
If you need further customization or to define new sessions, you can use the
37+
following modules:
3838
3939
- [`frequenz.repo.config.nox.config`][]: Low-level utilities to configure nox sessions.
4040
It defines the `Config` and CommandsOptions` classes and the actual implementation of

0 commit comments

Comments
 (0)