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 b3896c3 commit 5a647bdCopy full SHA for 5a647bd
_doc/conf.py
@@ -170,7 +170,9 @@
170
}
171
172
if int(os.environ.get("UNITTEST_GOING", "0")):
173
- sphinx_gallery_conf["ignore_pattern"] = ".*((tiny_llm)|(dort)|(draft_mode)|(hub_codellama.py)).*"
+ sphinx_gallery_conf["ignore_pattern"] = (
174
+ ".*((tiny_llm)|(dort)|(draft_mode)|(hub_codellama.py)).*"
175
+ )
176
elif pv.Version(torch.__version__) < pv.Version("2.8"):
177
sphinx_gallery_conf["ignore_pattern"] = ".*((_oe_)|(dort)|(draft_mode)).*"
178
0 commit comments