mirrors: add missing init file (#47977)

This commit is contained in:
Harmen Stoppels
2024-12-08 09:31:22 +01:00
committed by GitHub
parent f54c101b44
commit 422f829e4e
3 changed files with 20 additions and 23 deletions

View File

@@ -222,9 +222,6 @@ def setup(sphinx):
("py:class", "spack.traverse.EdgeAndDepth"),
("py:class", "archspec.cpu.microarchitecture.Microarchitecture"),
("py:class", "spack.compiler.CompilerCache"),
("py:class", "spack.mirrors.mirror.Mirror"),
("py:class", "spack.mirrors.layout.MirrorLayout"),
("py:class", "spack.mirrors.utils.MirrorStats"),
# TypeVar that is not handled correctly
("py:class", "llnl.util.lang.T"),
]