Skip to content

Commit

Permalink
Fix requirements for docs builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Oct 7, 2018
1 parent db36036 commit daeaec0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions mkdocs.yml
Expand Up @@ -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:
Expand All @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
@@ -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

0 comments on commit daeaec0

Please sign in to comment.