1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-25 17:06:21 +02:00

Fix requirements for docs builds

This commit is contained in:
Dalton Hubble 2018-10-07 19:26:55 +02:00
parent db36036c81
commit daeaec0832
2 changed files with 9 additions and 6 deletions

View File

@ -25,9 +25,11 @@ markdown_extensions:
- admonition
- codehilite
- footnotes
- toc(permalink=true)
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem(smart_enable=all)
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.emoji:
@ -37,7 +39,8 @@ markdown_extensions:
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist(custom_checkbox=true)
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
pages:
- Home: 'index.md'

View File

@ -1,5 +1,5 @@
mkdocs==0.17.4
mkdocs-material==2.8.0
mkdocs==1.0.4
mkdocs-material==3.0.4
pygments==2.2.0
pymdown-extensions==4.10.2
pymdown-extensions==5.0.0
six==1.10.0