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 cf197c7 commit 45df216Copy full SHA for 45df216
_doc/conf.py
@@ -155,7 +155,7 @@
155
}
156
157
if int(os.environ.get("UNITTEST_GOING", "0")):
158
- sphinx_gallery_conf["ignore_pattern"] = ".*((_oe_)|(dort)|(draft_mode)).*"
+ sphinx_gallery_conf["ignore_pattern"] = ".*((tiny_llm)|(dort)|(draft_mode)).*"
159
elif pv.Version(torch.__version__) < pv.Version("2.8"):
160
sphinx_gallery_conf["ignore_pattern"] = ".*((_oe_)|(dort)|(draft_mode)).*"
161
0 commit comments