Skip to content

Commit

Permalink
Consistent boolean options
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 9, 2025
1 parent 1f3ae47 commit efe5374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ to the directive. Note that this is compatible only if `:new_tab:` is also provi

It is possible to control whether code snippets in REPL environments automatically executes when loaded.
For this, you may set `replite_auto_execute = False` globally in `conf.py` with (defaults to `True` if
not present), or override it on a per-directive basis with `:execute: true` or `:execute: false`.
not present), or override it on a per-directive basis with `:execute: True` or `:execute: False`.

## Strip particular tagged cells from IPython Notebooks

Expand Down

0 comments on commit efe5374

Please sign in to comment.