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 Jan 7, 2025
1 parent f877aee commit cedbbe0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@
#
# This file is part of Invenio.
# Copyright (C) 2015-2018 CERN.
# Copyright (C) 2022-2024 Graz University of Technology.
# Copyright (C) 2022-2025 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.

"""Sphinx configuration."""

import os
import sys

import sphinx.environment

from invenio_db import __version__

# -- General configuration ------------------------------------------------
Expand Down Expand Up @@ -320,4 +315,6 @@
nitpick_ignore = [
("py:class", "TypeDecorator"),
("py:class", "sqlalchemy.sql.sqltypes.DateTime"),
("py:class", "ExternalType"),
("py:class", "UserDefinedType"),
]

0 comments on commit cedbbe0

Please sign in to comment.