Skip to content

Commit 5a647bd

Browse files
committed
balck
1 parent b3896c3 commit 5a647bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_doc/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@
170170
}
171171

172172
if int(os.environ.get("UNITTEST_GOING", "0")):
173-
sphinx_gallery_conf["ignore_pattern"] = ".*((tiny_llm)|(dort)|(draft_mode)|(hub_codellama.py)).*"
173+
sphinx_gallery_conf["ignore_pattern"] = (
174+
".*((tiny_llm)|(dort)|(draft_mode)|(hub_codellama.py)).*"
175+
)
174176
elif pv.Version(torch.__version__) < pv.Version("2.8"):
175177
sphinx_gallery_conf["ignore_pattern"] = ".*((_oe_)|(dort)|(draft_mode)).*"
176178

0 commit comments

Comments
 (0)