Fix requirements for docs builds
This commit is contained in:
parent
db36036c81
commit
daeaec0832
|
@ -25,9 +25,11 @@ markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- codehilite
|
- codehilite
|
||||||
- footnotes
|
- footnotes
|
||||||
- toc(permalink=true)
|
- toc:
|
||||||
|
permalink: true
|
||||||
- pymdownx.arithmatex
|
- pymdownx.arithmatex
|
||||||
- pymdownx.betterem(smart_enable=all)
|
- pymdownx.betterem:
|
||||||
|
smart_enable: all
|
||||||
- pymdownx.caret
|
- pymdownx.caret
|
||||||
- pymdownx.critic
|
- pymdownx.critic
|
||||||
- pymdownx.emoji:
|
- pymdownx.emoji:
|
||||||
|
@ -37,7 +39,8 @@ markdown_extensions:
|
||||||
- pymdownx.mark
|
- pymdownx.mark
|
||||||
- pymdownx.smartsymbols
|
- pymdownx.smartsymbols
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
- pymdownx.tasklist(custom_checkbox=true)
|
- pymdownx.tasklist:
|
||||||
|
custom_checkbox: true
|
||||||
- pymdownx.tilde
|
- pymdownx.tilde
|
||||||
pages:
|
pages:
|
||||||
- Home: 'index.md'
|
- Home: 'index.md'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
mkdocs==0.17.4
|
mkdocs==1.0.4
|
||||||
mkdocs-material==2.8.0
|
mkdocs-material==3.0.4
|
||||||
pygments==2.2.0
|
pygments==2.2.0
|
||||||
pymdown-extensions==4.10.2
|
pymdown-extensions==5.0.0
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
|
|
Loading…
Reference in New Issue