We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fff99 commit 9191e16Copy full SHA for 9191e16
core/views.py
@@ -464,7 +464,6 @@ def normalize_boost_doc_path(content_path: str) -> str:
464
"libs/iostreams",
465
"libs/preprocessor",
466
"libs/serialization",
467
- "doc/antora/url",
468
"libs/wave",
469
]
470
@@ -506,6 +505,7 @@ def normalize_boost_doc_path(content_path: str) -> str:
506
505
"latest/libs/charconv",
507
"develop/libs/charconv",
508
"master/libs/charconv",
+ "doc/antora/url",
509
510
511
0 commit comments