We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05311d commit 30278d1Copy full SHA for 30278d1
1 file changed
_doc/conf.py
@@ -212,7 +212,7 @@ def linkcode_resolve(domain, info):
212
213
if int(os.environ.get("UNITTEST_GOING", "0")):
214
sphinx_gallery_conf["ignore_pattern"] = (
215
- ".*((tiny_llm)|(dort)|(draft_mode)|(hub_codellama.py)|(whisper)|(optimind)).*"
+ ".*((tiny_llm)|(dort)|(draft_mode)|(hub_codellama.py)|(whisper)|(optimind)|(export_with_modelbuilder)).*"
216
)
217
elif pv.Version(torch.__version__) < pv.Version("2.8"):
218
sphinx_gallery_conf["ignore_pattern"] = ".*((_oe_)|(dort)|(draft_mode)).*"
0 commit comments