mirror of https://github.com/kubernetes/kops.git
Upgrade mkdocs dependencies to latest
Except for mkdocs-macros, for some reason it would no longer recognize our hack/mkdocs_macros python module
This commit is contained in:
parent
3cc34fd277
commit
e78185d20c
|
|
@ -1,5 +1,5 @@
|
||||||
mkdocs-material~=5.5.14
|
mkdocs-material==6.1.7
|
||||||
mkdocs~=1.1.2
|
mkdocs~=1.1.2
|
||||||
pymdown-extensions==8.0
|
pymdown-extensions==8.0.1
|
||||||
pygments~=2.7.1
|
pygments~=2.7.3
|
||||||
mkdocs-macros-plugin==0.4.9
|
mkdocs-macros-plugin==0.4.9
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ theme:
|
||||||
name: material
|
name: material
|
||||||
custom_dir: docs/overrides
|
custom_dir: docs/overrides
|
||||||
features:
|
features:
|
||||||
- tabs
|
- navigation.tabs
|
||||||
icon:
|
icon:
|
||||||
logo: 'material/cloud-outline'
|
logo: 'material/cloud-outline'
|
||||||
favicon: 'img/logo-notext.svg'
|
favicon: 'img/logo-notext.svg'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue