Skip to content

Commit

Permalink
fix: docs reference target not found
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Dec 5, 2024
1 parent 2907c4c commit 2685e81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,10 @@

# Autodoc configuraton.
autoclass_content = "both"


nitpick_ignore = [
("py:class", "t.ClassVar"),
("py:class", "Query"),
("py:attr", "query_class"),
]

0 comments on commit 2685e81

Please sign in to comment.