Skip to content

Commit

Permalink
fix(doc): disable warning about multiple references
Browse files Browse the repository at this point in the history
it might be a bug of autoapi: sphinx-doc/sphinx#4961 (comment)
  • Loading branch information
PhML committed Dec 19, 2024
1 parent 1eb605f commit a612352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"show-module-summary",
"special-members",
]
suppress_warnings = ["ref.python"]
# Add any paths that contain templates here, relative to this directory.cd
templates_path = ["_templates"]

Expand Down

0 comments on commit a612352

Please sign in to comment.