-
-
Notifications
You must be signed in to change notification settings - Fork 169
Closed as not planned
python/cpython
#110371Closed as not planned
Copy link
Description
Intersphinx like this now points to Python 3.12 doc:
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),Unfortunately, the bltin-boolean-values ref tag was completely removed in python/cpython#103487 . As a result, this xref now fails:
Lines 65 to 66 in b4135ce
| "bool": ":ref:`bool <python:bltin-boolean-values>`", | |
| "boolean": ":ref:`bool <python:bltin-boolean-values>`", |
WARNING: undefined label: 'python:bltin-boolean-values'
As I am unfamiliar with the internals here, it is unclear to me how one can make such xref be flexible enough for different Python versions. Would be nice if they add back the old tag but I am not sure if they will.
Update: Maybe they will after all, see python/cpython#110371 🤞
jarrodmillman
Metadata
Metadata
Assignees
Labels
No labels