Skip to content

Commit 3429e85

Browse files
authored
Fix for charconv lib docs (#1789)
1 parent e3a0571 commit 3429e85

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/views.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,9 @@ def normalize_boost_doc_path(content_path: str) -> str:
501501
FULLY_MODERNIZED_LIB_VERSIONS = [
502502
# FIXME: we should have a way to opt-in via a flag on the library/lib-version.
503503
# Hard-coding these here as a quick fix for now.
504-
"boost_1_87_0/libs/charconv",
505-
"boost_1_88_0/libs/charconv",
504+
"1_87_0/libs/charconv",
505+
"1_88_0/libs/charconv",
506+
"latest/libs/charconv",
506507
]
507508

508509

0 commit comments

Comments
 (0)