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 6, 2024
1 parent 8f1c761 commit 677b444
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of Invenio.
# Copyright (C) 2015-2018 CERN.
# Copyright (C) 2022-2023 Graz University of Technology.
# Copyright (C) 2022-2024 Graz University of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand Down Expand Up @@ -35,6 +35,9 @@
nitpick_ignore = [
("py:class", "types.StrSequenceOrSet"),
("py:class", "flask_admin.contrib.sqla.filters.BaseSQLAFilter"),
("py:class", "t.ClassVar"),
("py:class", "Query"),
("py:attr", "query_class"),
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 677b444

Please sign in to comment.