test mkdocs8 (#4711)

* test mkdocs8

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* fix warning banner

Signed-off-by: Carlos Santana <csantana23@gmail.com>
This commit is contained in:
Carlos Santana 2022-02-09 12:06:42 -05:00 committed by GitHub
parent 77474be4e8
commit d8a09f428d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 7 deletions

View File

@ -65,20 +65,20 @@
}
/* bit of a hack to stop the banner taking space when empty */
.md-announce .md-announce__inner {
.md-banner .md-banner__inner {
margin: 0 auto;
padding: 0;
}
.md-announce {
.md-banner {
background: #fff5b5;
}
.md-announce .versionwarning h1 {
.md-banner .versionwarning h1 {
font-weight: bold;
}
.md-announce .versionwarning p {
.md-banner .versionwarning p {
color: black;
}
.md-announce a {
.md-banner a {
color: blue;
text-decoration: underline;
}

View File

@ -29,7 +29,8 @@ markdown_extensions:
- attr_list
- meta
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.snippets:
base_path: docs/snippets

View File

@ -1,4 +1,4 @@
mkdocs-material==7.3.1
mkdocs-material==8.1.10
mkdocs-exclude>=1.0
mkdocs-macros-plugin>=0.5.12
mkdocs-awesome-pages-plugin>=2.5