Basicstrap style theme sample for Sphinx¶
Quick preview inner theme¶
You can see the theme in real time If you select a theme.
launch quick preview windowQuick start¶
install(easy_install):
$ easy_install sphinxjp.themes.basicstrap
install(pip):
$ pip install sphinxjp.themes.basicstrap
setup your conf.py with:
extensions = ['sphinxjp.themescore']
html_theme = 'basicstrap'
and run:
$ make html
then your will get this page’s style HTML output.
In this document “inner_theme_name: bootswatch-flatly” is set. see also Sample
Links¶
download: | https://github.com/tell-k/sphinxjp.themes.basicstrap |
---|---|
repository: | https://github.com/tell-k/sphinxjp.themes.basicstrap |
bug tracker: | https://github.com/tell-k/sphinxjp.themes.basicstrap/issues |