We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16f40d commit 0d97b6bCopy full SHA for 0d97b6b
2 files changed
docs/extra.css
@@ -24,3 +24,17 @@
24
.md-content table {
25
width: 100%;
26
}
27
+
28
+.md-nav--primary .md-nav__title[for="__drawer"] {
29
+ background-color: inherit;
30
+ text-overflow: unset;
31
+}
32
33
+.md-nav__title .md-nav__button.md-logo :is(img, svg) {
34
+ height: 1.4rem;
35
+ margin: 0.5rem auto;
36
37
38
+.md-nav__source {
39
40
requirements.txt
@@ -1,4 +1,4 @@
1
# Dependencies for auto-generating and developing docs
2
-mkdocs~=1.4
3
-mkdocs-material~=8.5
4
-mkdocs-macros-plugin~=1.0
+mkdocs~=1.5
+mkdocs-material~=9.5
+mkdocs-macros-plugin~=1.0
0 commit comments