python.py/r.py: fix type issues with classproperty/constant (#50059)

This commit is contained in:
Harmen Stoppels
2025-04-22 09:53:34 +02:00
committed by GitHub
parent 5e7925c502
commit 60f6f8d836
6 changed files with 98 additions and 61 deletions

View File

@@ -225,8 +225,10 @@ def setup(sphinx):
("py:class", "llnl.util.lang.T"),
("py:class", "llnl.util.lang.KT"),
("py:class", "llnl.util.lang.VT"),
("py:class", "llnl.util.lang.ClassPropertyType"),
("py:obj", "llnl.util.lang.KT"),
("py:obj", "llnl.util.lang.VT"),
("py:obj", "llnl.util.lang.ClassPropertyType"),
]
# The reST default role (used for this markup: `text`) to use for all documents.