Basicstrap style theme for Sphinx. Using Twitter Bootstrap.
- 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.
Make environment with pip:
$ pip install sphinxjp.themes.basicstrap
setup conf.py with:
extensions += ['sphinxjp.themes.basicstrap'] html_theme = 'basicstrap'
and run:
$ make html
- Python 3.4 or later.
- Sphinx 2.x or later.
- Twitter Bootstrap 3.3.4 and 2.3.2
- jQuery 1.11.1
- Bootswatch
- Font Awesome 4.3.0
- 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.
- tell-k <ffk2005 at gmail.com>
Great thanks!
- doctorlard
- pierre-rouanet
- westurner
- Fix deprecated app.info warning, removed in Sphinx 2.x
- Drop support Python2.6, Python2.7, Python3.3
- Fix pytest integration.
- #19 ENH: Add id=content-wrapper to content column div for CSS.
- Update Bootstrap ver3.3.4
- Update Font Awesome ver4.3.0
- Update jQuery ver1.11.1
- #18 Header search box.
- #16 Drop Python-3.2 support.
- #15 UBY: optimize for responsive xs. Thanks to westurner.
- Fixed bug #17 Switching of the inner theme is too slow.
- Fixed bug #14 Typo. Thanks to mhor.
- Fixed bug #13 Invalid body css. Thanks to 3rdarm.
- Support wheel format.
- Fixed bug #11 Font Icon does not appear..
- #8 Navbar hides initial content when jumping to in-page anchor.
- #7 Added WAI-ARIA roles and optional navbar-fixed-top setting.
- New Support Twitter Bootstrap ver3.2.0
- New Support Bootswatch Theme for Twitter Bootstrap ver3.2.0
- Add new Innner Theme bootswatch-darkly from Bootswatch.
- Add new Innner Theme bootswatch-yeti from Bootswatch.
- Add new Innner Theme bootswatch-paper from Bootswatch.
- Add new Innner Theme bootswatch-sandstone from Bootswatch.
- Add new Innner Theme bootswatch-lumen from Bootswatch.
- Improve menu for smartphone.
- Update Font Awesome ver4.2.0
- Remove bootstrap.py and buildout.cfg
- Starting Travis CI and Coveralls.
- Add tox test.
- Python3 support.
- Update stylesheet for 'h1_size' - 'h6_size' options.
- Changed. When you visit in the smartphone, GoogleWeb fonts to not used.
- Fixed bug #5 "Goolgle Web Font" is not reflected.
- Update Twitter Bootstrap ver2.3.2
- Update Bootswatch Theme for Twitter Bootstrap ver2.3.2
- Update Font Awesome ver3.2.1
- Add new Innner Theme bootswatch-flatly from Bootswatch.
- Add new Innner Theme geo-bootstrap.
- Add new option of html_theme_optios. 'h1_size' - 'h6_size'.
- Fixed bug #1 "Quick Search" in the table of contents is missing.
- #2 adding "navbar-inverse" option.
- Integrated Bootswatch
- Integrated Font Awesome ver3.0
- Adjust css
- Update Twitter Bootstrap ver2.2.2
- Update jQuery ver1.8.3
- First release