diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index 0020570a..00d398ad 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -16,4 +16,5 @@ jobs: package: pytorch-image-models package_name: timm repo_owner: rwightman - path_to_docs: pytorch-image-models/hfdocs/source \ No newline at end of file + path_to_docs: pytorch-image-models/hfdocs/source + additional_args: --not_python_module \ No newline at end of file