mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 05:16:30 +08:00
[docs] fix warning -> tip (#10661)
Co-authored-by: simon-mo <simon.mo@hey.com>
This commit is contained in:
@@ -47,3 +47,8 @@ img.inline-figure {
|
||||
/* Override the display: block for img */
|
||||
display: inherit !important;
|
||||
}
|
||||
|
||||
#version-warning-banner {
|
||||
/* Make version warning clickable */
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
@@ -114,6 +114,8 @@ extensions = [
|
||||
'versionwarning.extension',
|
||||
]
|
||||
|
||||
versionwarning_admonition_type = "tip"
|
||||
|
||||
versionwarning_messages = {
|
||||
"master": (
|
||||
"This document is for the master branch. "
|
||||
|
||||
Reference in New Issue
Block a user