Skip to content

Commit

Permalink
Merge pull request #188 from AurelienJaquier/docs
Browse files Browse the repository at this point in the history
suppress import cycle warnings from sphinx
  • Loading branch information
AurelienJaquier authored Jul 17, 2024
2 parents fea3ea1 + edcaebb commit 1fc70db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@

add_module_names = False

suppress_warnings = [
'autosummary.import_cycle',
]

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

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand Down

0 comments on commit 1fc70db

Please sign in to comment.