mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 0.2.4 release
This commit is contained in:
parent
fc6b086db4
commit
57f51f3a3d
@ -1,4 +1,4 @@
|
|||||||
mkdocs-material-0.2.4 (2016-06-xx)
|
mkdocs-material-0.2.4 (2016-06-26)
|
||||||
|
|
||||||
* Fixed improperly set set default favicon
|
* Fixed improperly set set default favicon
|
||||||
* Fixed #33: Protocol relative URL for webfonts doesn't work with file://
|
* Fixed #33: Protocol relative URL for webfonts doesn't work with file://
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
# Material
|
# Material
|
||||||
|
|
||||||
[![Travis CI][travis-image]][travis-link]
|
[![Travis CI][travis-image]][travis-link]
|
||||||
[![PyPI Downloads][pypi-dl-image]][pypi-dl-link]
|
|
||||||
[![PyPI Version][pypi-v-image]][pypi-v-link]
|
[![PyPI Version][pypi-v-image]][pypi-v-link]
|
||||||
|
|
||||||
A material design theme for [MkDocs](http://www.mkdocs.org).
|
A material design theme for [MkDocs](http://www.mkdocs.org).
|
||||||
@ -51,7 +50,5 @@ IN THE SOFTWARE.
|
|||||||
|
|
||||||
[travis-image]: https://travis-ci.org/squidfunk/mkdocs-material.svg
|
[travis-image]: https://travis-ci.org/squidfunk/mkdocs-material.svg
|
||||||
[travis-link]: https://travis-ci.org/squidfunk/mkdocs-material
|
[travis-link]: https://travis-ci.org/squidfunk/mkdocs-material
|
||||||
[pypi-dl-image]: https://img.shields.io/pypi/dm/mkdocs-material.png
|
|
||||||
[pypi-dl-link]: https://pypi.python.org/pypi/mkdocs-material
|
|
||||||
[pypi-v-image]: https://img.shields.io/pypi/v/mkdocs-material.png
|
[pypi-v-image]: https://img.shields.io/pypi/v/mkdocs-material.png
|
||||||
[pypi-v-link]: https://pypi.python.org/pypi/mkdocs-material
|
[pypi-v-link]: https://pypi.python.org/pypi/mkdocs-material
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"description": "A material design theme for MkDocs",
|
"description": "A material design theme for MkDocs",
|
||||||
"homepage": "http://squidfunk.github.io/mkdocs-material/",
|
"homepage": "http://squidfunk.github.io/mkdocs-material/",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
@ -36,7 +36,7 @@ theme_dir: material
|
|||||||
|
|
||||||
# Options
|
# Options
|
||||||
extra:
|
extra:
|
||||||
version: 0.2.3
|
version: 0.2.4
|
||||||
logo: images/logo.png
|
logo: images/logo.png
|
||||||
author:
|
author:
|
||||||
github: squidfunk
|
github: squidfunk
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"description": "A material design theme for MkDocs",
|
"description": "A material design theme for MkDocs",
|
||||||
"homepage": "http://squidfunk.github.io/mkdocs-material/",
|
"homepage": "http://squidfunk.github.io/mkdocs-material/",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
2
setup.py
2
setup.py
@ -23,7 +23,7 @@ from setuptools import setup, find_packages
|
|||||||
# Package description
|
# Package description
|
||||||
setup(
|
setup(
|
||||||
name = 'mkdocs-material',
|
name = 'mkdocs-material',
|
||||||
version = '0.2.3',
|
version = '0.2.4',
|
||||||
url = 'http://squidfunk.github.io/mkdocs-material/',
|
url = 'http://squidfunk.github.io/mkdocs-material/',
|
||||||
license = 'MIT',
|
license = 'MIT',
|
||||||
description = 'A material design theme for MkDocs',
|
description = 'A material design theme for MkDocs',
|
||||||
|
Loading…
Reference in New Issue
Block a user