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 12, 2024
1 parent e39117d commit f2e7e38
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of Flask-IIIF
# Copyright (C) 2014-2020 CERN.
# Copyright (C) 2022 Graz University of Technology.
# Copyright (C) 2022-2024 Graz University of Technology.
#
# Flask-IIIF is free software; you can redistribute it and/or modify
# it under the terms of the Revised BSD License; see LICENSE file for
Expand Down Expand Up @@ -316,4 +316,9 @@
# Autodoc configuraton.
autoclass_content = "both"

nitpick_ignore = [("py:class", "type")]
nitpick_ignore = [
("py:class", "type"),
("py:class", "t.ClassVar"),
("py:class", "t.Optional"),
("py:class", "t.Collection"),
]

0 comments on commit f2e7e38

Please sign in to comment.