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 83fb377 commit 15b7907Copy full SHA for 15b7907
docs/configuration.md
@@ -87,7 +87,7 @@ to the directive. Note that this is compatible only if `:new_tab:` is also provi
87
88
## REPL code auto-execution with the `Replite` directive
89
90
-It is possible to control whether code snippets in REPL environments automatically executeswhen loaded.
+It is possible to control whether code snippets in REPL environments automatically executes when loaded.
91
For this, you may set `replite_auto_execute = False` globally in `conf.py` with (defaults to `True` if
92
not present), or override it on a per-directive basis with `:execute: true` or `:execute: false`.
93
0 commit comments