Skip to content

Commit

Permalink
Exclude 'dcs_py.py' from documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Sep 12, 2024
1 parent c928ee9 commit afa73d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/gen_ref_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
src = root / 'src'

for path in sorted(src.rglob('*.py')):
if path.name == 'dcs_py.py':
continue
module_path = path.relative_to(src).with_suffix('')
doc_path = path.relative_to(src / 'dcspy').with_suffix('.md')
full_doc_path = Path('reference', doc_path)
Expand Down

0 comments on commit afa73d2

Please sign in to comment.