Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edge case where ions.data is an empty array #42

Merged
merged 4 commits into from
Jul 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ignore import cycle warning in sphinx
Change-Id: I6b88eb3a8e39457bed89c7205b8457f42de8e7f5
Jaquier Aurélien Tristan committed Jul 16, 2024
commit 42bd667ce6e93d266980143c1ccbf5a90b792e58
4 changes: 4 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
@@ -55,6 +55,10 @@
autosummary_generate = True
autodoc_default_options = {"members": True, "show-inheritance": True}

suppress_warnings = [
'autosummary.import_cycle',
]


# -- Options for HTML output -------------------------------------------------