File: README.md

package info (click to toggle)
mkdocs-bootstrap 0.2.0%2Bdfsg-0.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 140 kB
  • sloc: python: 19; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 786 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# MkDocs Bootstrap Theme

See the documentation for more details:

http://mkdocs.github.io/mkdocs-bootstrap/

[![PyPI Version][pypi-v-image]][pypi-v-link]
[![BSD License][bsdlicense-button]][bsdlicense]

[pypi-v-image]: https://img.shields.io/pypi/v/mkdocs-bootstrap.png
[pypi-v-link]: https://pypi.python.org/pypi/mkdocs-bootstrap
[bsdlicense-button]: http://img.shields.io/badge/license-BSD-yellow.svg
[bsdlicense]: http://opensource.org/licenses/BSD-2-Clause

## Release Notes

### Version 0.2 (2018/02/13)

* Added support for MkDocs version 0.17 (#17).
* Fixed use of Bootstrap Grid (#15).
* Updated to FontAwesome 4.7.0 (#14).
* Updated to Bootstrap 3.3.7 (#11).
* Updated RespondJS and html5shiv (#9).

### Version 0.1.1 (2015/06/23)

Initial release.