Skip to content

Commit ca16784

Browse files
Jannis-MittenzweiArBridgeman
authored andcommitted
changed docs:links
1 parent 5bb36c9 commit ca16784

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,6 @@
8080
}
8181
# -- Configure link checking behavior ----------------------------------------
8282
extra_linkcheck_ignores = os.getenv("SPHINX_EXTRA_LINKCHECK_IGNORES")
83-
linkcheck_ignore = [] if not extra_linkcheck_ignores else extra_linkcheck_ignores.split(",")
84-
83+
linkcheck_ignore = (
84+
[] if not extra_linkcheck_ignores else extra_linkcheck_ignores.split(",")
85+
)

0 commit comments

Comments
 (0)