stable_partition: use TypeVar (#46686)

This commit is contained in:
Harmen Stoppels
2024-10-01 15:58:24 +02:00
committed by GitHub
parent 5bc105c01c
commit 44618e31c8
2 changed files with 12 additions and 6 deletions

View File

@@ -220,6 +220,8 @@ def setup(sphinx):
("py:class", "spack.filesystem_view.SimpleFilesystemView"),
("py:class", "spack.traverse.EdgeAndDepth"),
("py:class", "archspec.cpu.microarchitecture.Microarchitecture"),
# TypeVar that is not handled correctly
("py:class", "llnl.util.lang.T"),
]
# The reST default role (used for this markup: `text`) to use for all documents.