Readme¶
Basicstrap style theme for Sphinx. Using Twitter Bootstrap.
Features¶
- Provide
basicstrap
theme for render HTML document. - Using Twitter Bootstrap.
- Support Responsive Design.
- Change the layout flexibility.
- Google Web Fonts available.
- Font Awesome available.
- Easily change the design. by Bootswatch.
Convert Usage¶
setup conf.py with:
extensions += ['sphinxjp.themes.basicstrap']
html_theme = 'basicstrap'
and run:
$ make html
Caution
Caution when upgrading from 0.1.1 to 0.2.0
- In version 0.1.1, the header color was black in the default, it has become white in 0.2.0.
- If you like the black color header, please set to True the ‘header_inverse’ option.
Requirement¶
- Python 2.6, 2.7, 3.3, 3.4 or later.
- Sphinx 1.2.x or later.
Using¶
- Twitter Bootstrap 3.2.0 and 2.3.2
- jQuery 1.8.3
- Bootswatch
- Font Awesome 4.2.0
License¶
- sphinxjp.themes.basicstrap Licensed under the MIT license .
- Twitter Bootstrap is licensed under the Apache license.
- Bootswatch is licensed under the Apache license.
- Font Awesome is licensed under the license.
- Geo is licensed under the license
See the LICENSE file for specific terms.