Revision fc998737892081781180e16d9dbe0011926c06b7 authored by Antoine Lambert on 19 December 2022, 14:14:27 UTC, committed by Antoine Lambert on 19 December 2022, 14:14:27 UTC
In order to remove warnings about /apidoc/*.rst files being included
multiple times in toc when building full swh documentation, prefer to
include module indices only when building standalone package documentation.

Also include them the proper sphinx way.

Related to T4496
1 parent 82ad28b
Raw File
conftest.py
# Copyright (C) 2020  The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information

pytest_plugins = ["swh.storage.pytest_plugin", "swh.core.db.pytest_plugin"]
back to top