Skip to content

Commit

Permalink
Fix docs and style
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Sep 21, 2023
1 parent bd9b918 commit 3e619b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
path: "./mne_hfo"
mypy_flags: "--config-file pyproject.toml"
- name: Run bibclean
run: bibclean-check ./doc/references.bib
run: |
pwd
bibclean-check ./doc/references.bib
build:
timeout-minutes: 10
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
'estimator', 'n_features', 'dataframe' ,'sparse', 'matrix',
'n_output', 'Annotations', 'DataFrame', 'Detector', 'BIDSPath',
'pd.DataFrame', 'List', 'Tuple',
"MetadataRequest",
"MetadataRequest", "sklearn.utils.metadata_routing.MetadataRequest",
}
numpydoc_xref_aliases = {
# Python
Expand Down

0 comments on commit 3e619b5

Please sign in to comment.