Skip to content

Commit

Permalink
docs: fix api docs generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni committed Feb 17, 2023
1 parent e559884 commit ce2a3fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_scripts/gen_api_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
for path in py_files:
try:
path.relative_to('ckanext/attribution/migration')
except ValueError:
continue
except ValueError:
pass

module_path = path.relative_to(root).with_suffix('')
doc_path = path.relative_to(root).with_suffix('.md')
Expand Down

0 comments on commit ce2a3fe

Please sign in to comment.