Skip to content

Commit

Permalink
upgrade: mkdocs-material to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed May 18, 2019
1 parent 0a72d31 commit 4c01264
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ verify_ssl = true

[packages]
mkdocs = "==1.0.4"
mkdocs-material = "==4.2.0"
mkdocs-material = "==4.3.0"
python-markdown-math = "==0.6"
Pygments = "==2.3.1"
Pygments = "==2.4.0"
prompt_toolkit = "==2.0.9"
pyyaml = "==5.1"
Jinja2 = "==2.10.1"
Expand Down
20 changes: 10 additions & 10 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git clone https://github.com/peaceiris/mkdocs-material-boilerplate.git
cd mkdocs-material-boilerplate
pipenv sync --dev
pipenv shell
inv serve --config mkdocs-sample.yml
inv serve --config-file mkdocs-sample.yml
```


Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-i https://pypi.org/simple
click==7.0
jinja2==2.10.1
livereload==2.6.0
livereload==2.6.1
markdown==3.1
markupsafe==1.1.1
mkdocs-material==4.2.0
mkdocs-material==4.3.0
mkdocs==1.0.4
prompt-toolkit==2.0.9
pygments==2.3.1
pygments==2.4.0
pymdown-extensions==6.0
python-markdown-math==0.6
pyyaml==5.1
Expand Down

0 comments on commit 4c01264

Please sign in to comment.