Skip to content

Commit 1b3274b

Browse files
authored
Apply suggestions from code review
1 parent bc1f138 commit 1b3274b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/configuration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ following configuration options.
7676

7777
It also has the following configuration options:
7878

79-
- `jupyterlite_log_level`, a `str`, default to `"WARN"` or `None`
80-
- `jupyterlite_verbosity` a `str`, default to `"0"` or `None`
81-
- `jupyterlite_reporter` a `str`, default to `"zero"` or `None`
79+
- `jupyterlite_log_level`, a `str` (defaults to `"WARN"`) or `None`
80+
- `jupyterlite_verbosity`, a `str` (defaults to `"0"`) or `None`
81+
- `jupyterlite_reporter`, a `str` (defaults to `"zero"`) or `None`
8282

83-
Jupyterlite-sphinx decreases verbosity by deafult, these can be set to `None` to restore the jupyterlite default.
83+
Jupyterlite-sphinx uses low verbosity by default. Setting these parameters to `None` restores the `jupyterlite build` defaults.
8484

85-
See `jupyterlite build` documentation for the command line arguments of the same
86-
name.
85+
See the `jupyterlite build` documentation for info on `log-level`. `verbosity` and `reporter` control the configuration
86+
of [doit](https://smarie.github.io/python-doit-api/api_reference/), which is used internally in `jupyterlite`.

0 commit comments

Comments
 (0)