File tree Expand file tree Collapse file tree 6 files changed +5
-8
lines changed Expand file tree Collapse file tree 6 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
- mkdocs-material-0.2.4 (2016-06-xx )
1
+ mkdocs-material-0.2.4 (2016-06-26 )
2
2
3
3
* Fixed improperly set set default favicon
4
4
* Fixed #33: Protocol relative URL for webfonts doesn't work with file://
Original file line number Diff line number Diff line change 1
1
# Material
2
2
3
3
[ ![ Travis CI] [ travis-image ]] [ travis-link ]
4
- [ ![ PyPI Downloads] [ pypi-dl-image ]] [ pypi-dl-link ]
5
4
[ ![ PyPI Version] [ pypi-v-image ]] [ pypi-v-link ]
6
5
7
6
A material design theme for [ MkDocs] ( http://www.mkdocs.org ) .
@@ -51,7 +50,5 @@ IN THE SOFTWARE.
51
50
52
51
[travis-image]: https://travis-ci.org/squidfunk/mkdocs-material.svg
53
52
[travis-link]: https://travis-ci.org/squidfunk/mkdocs-material
54
- [pypi-dl-image]: https://img.shields.io/pypi/dm/mkdocs-material.png
55
- [pypi-dl-link]: https://pypi.python.org/pypi/mkdocs-material
56
53
[pypi-v-image]: https://img.shields.io/pypi/v/mkdocs-material.png
57
54
[pypi-v-link]: https://pypi.python.org/pypi/mkdocs-material
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mkdocs-material" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"description" : " A material design theme for MkDocs" ,
5
5
"homepage" : " http://squidfunk.github.io/mkdocs-material/" ,
6
6
"authors" : [
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ theme_dir: material
36
36
37
37
# Options
38
38
extra :
39
- version : 0.2.3
39
+ version : 0.2.4
40
40
logo : images/logo.png
41
41
author :
42
42
github : squidfunk
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mkdocs-material" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"description" : " A material design theme for MkDocs" ,
5
5
"homepage" : " http://squidfunk.github.io/mkdocs-material/" ,
6
6
"authors" : [
Original file line number Diff line number Diff line change 23
23
# Package description
24
24
setup (
25
25
name = 'mkdocs-material' ,
26
- version = '0.2.3 ' ,
26
+ version = '0.2.4 ' ,
27
27
url = 'http://squidfunk.github.io/mkdocs-material/' ,
28
28
license = 'MIT' ,
29
29
description = 'A material design theme for MkDocs' ,
You can’t perform that action at this time.
0 commit comments