Skip to content

Commit

Permalink
docs: Ignore ref.python warnings
Browse files Browse the repository at this point in the history
See sphinx-doc/sphinx#4961

Change-Id: Ic545c5ba8cf853f784587a4acca4664fddf80846
  • Loading branch information
erikmansson committed Nov 21, 2022
1 parent 1272f9d commit 4fe43ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"notfound.extension",
]

suppress_warnings = [
"ref.python", # https://github.com/sphinx-doc/sphinx/issues/4961
]

autodoc_member_order = "bysource"

autodoc_typehints_format = "short"
Expand Down

0 comments on commit 4fe43ed

Please sign in to comment.