We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4ece1 commit f6eec6eCopy full SHA for f6eec6e
docs/source/conf.py
@@ -28,8 +28,8 @@
28
project_copyright = f"{year}, {author}"
29
30
# Exclude the prompt from copied code with sphinx_copybutton.
31
- # https://sphinx-copybutton.readthedocs.io/en/latest/use.html#automatic-exclusion-of-prompts-from-the-copies.
32
- copybutton_exclude = ".linenos, .gp"
+# https://sphinx-copybutton.readthedocs.io/en/latest/use.html#automatic-exclusion-of-prompts-from-the-copies.
+copybutton_exclude = ".linenos, .gp"
33
34
# The version info for the project you're documenting, acts as replacement for
35
# |version| and |release|, also used in various other places throughout the
0 commit comments