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 76c925e commit 85625b3Copy full SHA for 85625b3
doc/conf.py
@@ -139,6 +139,9 @@ def __getattr__(cls, name):
139
140
intersphinx_mapping = {"pennylane": ("https://docs.pennylane.ai/en/stable/", None)}
141
142
+copybutton_prompt_text = r">>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
143
+copybutton_prompt_is_regexp = True
144
+
145
# add the custom MLIR Lexer
146
lexers["mlir"] = MLIRLexer(startinline=True)
147
0 commit comments