Skip to content

Commit f6eec6e

Browse files
committed
Fix indentation issue
1 parent 4f4ece1 commit f6eec6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
project_copyright = f"{year}, {author}"
2929

3030
# 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"
31+
# https://sphinx-copybutton.readthedocs.io/en/latest/use.html#automatic-exclusion-of-prompts-from-the-copies.
32+
copybutton_exclude = ".linenos, .gp"
3333

3434
# The version info for the project you're documenting, acts as replacement for
3535
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)