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 5bb36c9 commit ca16784Copy full SHA for ca16784
doc/conf.py
@@ -80,5 +80,6 @@
80
}
81
# -- Configure link checking behavior ----------------------------------------
82
extra_linkcheck_ignores = os.getenv("SPHINX_EXTRA_LINKCHECK_IGNORES")
83
-linkcheck_ignore = [] if not extra_linkcheck_ignores else extra_linkcheck_ignores.split(",")
84
-
+linkcheck_ignore = (
+ [] if not extra_linkcheck_ignores else extra_linkcheck_ignores.split(",")
85
+)
0 commit comments