[docs] fix warning -> tip (#10661)

Co-authored-by: simon-mo <simon.mo@hey.com>
This commit is contained in:
Richard Liaw
2020-09-08 17:00:09 -07:00
committed by GitHub
parent 5a38a76c83
commit edce7a05e6
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -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;
}
+2
View File
@@ -114,6 +114,8 @@ extensions = [
'versionwarning.extension',
]
versionwarning_admonition_type = "tip"
versionwarning_messages = {
"master": (
"This document is for the master branch. "