Skip to content

Commit

Permalink
DOC: remove module from API entries (#314)
Browse files Browse the repository at this point in the history
* FIX: remove `format-setup-cfg` from hook list
  • Loading branch information
redeboer authored Mar 10, 2024
1 parent eab48ac commit 2bb9db6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ repos:
hooks:
- id: check-dev-files
- id: fix-nbformat-version
- id: format-setup-cfg
- id: set-nb-cells
```
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
REPO_TITLE = "ComPWA repository policy"
PACKAGE_NAME = "compwa_policy"

add_module_names = False
api_github_repo = f"{ORGANIZATION}/{REPO_NAME}"
api_target_substitutions: dict[str, str | tuple[str, str]] = {
"Array": "tomlkit.items.Array",
Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ repos:
- --repo-name="short name for your repository"
- id: colab-toc-visible
- id: fix-nbformat-version
- id: format-setup-cfg
- id: set-nb-cells
```
Expand Down

0 comments on commit 2bb9db6

Please sign in to comment.