We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b65bf commit 963c4cfCopy full SHA for 963c4cf
docs/configuration.md
@@ -67,10 +67,11 @@ jupyterlite_bind_ipynb_suffix = False
67
### Suppressing jupyterlite logging
68
69
`jupyterlite` can produce large amounts of output to the terminal when docs are building.
70
-To silence this output, you can set
+By default, this output is silenced, but will still be printed if the invocation of
71
+`jupyterlite build` fails. To unsilence this output, set
72
73
```python
-jupyterlite_silence = True
74
+jupyterlite_silence = False
75
```
76
-in your `conf.py`.
77
+in your Sphinx `conf.py`.
0 commit comments