Skip to content

Commit

Permalink
Workaround mkdocstrings bug
Browse files Browse the repository at this point in the history
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 <luca-frequenz@llucax.com>
  • Loading branch information
llucax committed Aug 25, 2023
1 parent e3ea99a commit 4465ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frequenz/repo/config/nox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
nox.configure(config)
```
If you need further customization or to define new sessions, you can use the following
modules:
If you need further customization or to define new sessions, you can use the
following modules:
- [`frequenz.repo.config.nox.config`][]: Low-level utilities to configure nox sessions.
It defines the `Config` and CommandsOptions` classes and the actual implementation of
Expand Down

0 comments on commit 4465ec7

Please sign in to comment.