Skip to content

Commit

Permalink
Ignore autosummary warning in documentation build (#2480)
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela authored Jul 16, 2024
1 parent 268dee4 commit 7291433
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@
# Show type hints in function signature AND docstring
autodoc_typehints = 'both'

# See https://github.com/sphinx-doc/sphinx/issues/12589
suppress_warnings = [
'autosummary.import_cycle',
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down

0 comments on commit 7291433

Please sign in to comment.