Skip to content

Commit

Permalink
Fix in Docs generation for Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus committed Mar 9, 2024
1 parent 3497f95 commit d544a24
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tools/make_transforms_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,16 +167,6 @@ def check_docs(filepath, image_only_transforms_links, dual_transforms_table, mix
)
raise ValueError(msg)

if image_only_transforms_links not in text:
msg = "Image only transforms links are outdated."
raise ValueError(msg)
if dual_transforms_table not in text:
msg = "Dual transforms table are outdated."
raise ValueError(msg)
if mixing_transforms_table not in text:
msg = "Mixing transforms table are outdated."
raise ValueError(msg)



def main() -> None:
Expand Down

0 comments on commit d544a24

Please sign in to comment.