Skip to content

tell-k/sphinxjp.themes.basicstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basicstrap style theme for Sphinx. Using Twitter Bootstrap.

travis coveralls.io downloads latest version license requires.io

Features

Set up

Make environment with pip:

$ pip install sphinxjp.themes.basicstrap

Convert Usage

setup conf.py with:

extensions += ['sphinxjp.themes.basicstrap']
html_theme = 'basicstrap'

and run:

$ make html

Requirement

  • Python 3.4 or later.
  • Sphinx 2.x or later.

Using

  • Twitter Bootstrap 3.3.4 and 2.3.2
  • jQuery 1.11.1
  • Bootswatch
  • Font Awesome 4.3.0

License

See the LICENSE file for specific terms.

Authors

Sphinx template, css, packaging

  • tell-k <ffk2005 at gmail.com>

Contributors

Great thanks!

  • doctorlard
  • pierre-rouanet
  • westurner

History

0.5.0(May 6, 2019)

0.4.3(May 7, 2015)

0.4.2(Feb 16, 2015)

0.4.1(Sep 29, 2014)

0.4.0(Sep 29, 2014)

0.3.2(Dec 31, 2013)

  • Add tox test.
  • Python3 support.

0.3.1(Nov 4, 2013)

  • Update stylesheet for 'h1_size' - 'h6_size' options.
  • Changed. When you visit in the smartphone, GoogleWeb fonts to not used.

0.3.0(Jun 28, 2013)

0.2.0(Feb 11, 2013)

0.1.1 (Dec 26, 2012)

  • Adjust css
  • Update Twitter Bootstrap ver2.2.2
  • Update jQuery ver1.8.3

0.1.0 (Dec 23, 2012)

  • First release