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 a5defb4 commit d6edccfCopy full SHA for d6edccf
conf.py
@@ -166,6 +166,6 @@ def _asset_hash(path: os.PathLike[str]) -> str:
166
167
# Strip the dollar prompt when copying code
168
# https://sphinx-copybutton.readthedocs.io/en/latest/use.html#strip-and-configure-input-prompts-for-code-cells
169
-copybutton_prompt_text = "$"
+copybutton_prompt_text = "$ "
170
# https://sphinx-copybutton.readthedocs.io/en/latest/use.html#honor-line-continuation-characters-when-copying-multline-snippets
171
copybutton_line_continuation_character = "\\"
0 commit comments