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 71d4865 commit 7f5c5d4Copy full SHA for 7f5c5d4
docs/conf.py
@@ -92,6 +92,13 @@ def setup(app):
92
ogp_desscription_length = about["__description__"]
93
ogp_site_name = about["__title__"]
94
95
+# sphinx-copybutton
96
+copybutton_prompt_text = (
97
+ r">>> |\.\.\. |> |\$ |\# | In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
98
+)
99
+copybutton_prompt_is_regexp = True
100
+copybutton_remove_prompts = True
101
+
102
htmlhelp_basename = "%sdoc" % about["__title__"]
103
104
latex_documents = [
0 commit comments