Skip to content

Commit

Permalink
Don't add private module to API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jul 22, 2022
1 parent 701d955 commit ab3d1b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ repos:
rev: e46548040dd6afa0b8204151d7ed988d96252a4b # frozen: v1
hooks:
- id: docs-api-reference
args: [--package-dir, dic2owl/dic2owl]
args:
- --package-dir=dic2owl/dic2owl
- --unwanted-file=__init__.py
- --unwanted-file=_utils.py
- id: docs-landing-page
args:
- --replacement=(LICENSE),(LICENSE.md)
Expand Down
3 changes: 0 additions & 3 deletions docs/api_reference/_utils.md

This file was deleted.

0 comments on commit ab3d1b5

Please sign in to comment.