=============================================
Basicstrap style theme sample for Sphinx
=============================================


Inner theme preview 
===================

You can see the inner theme in real time If you select a theme.

.. raw:: html

 <a class="btn btn-lg btn-primary" href="#" data-toggle="modal" data-target=".debug-modal">theme prview</a>


Quick start
===========

install(pip):

.. code-block:: bash

    $ pip install sphinxjp.themes.basicstrap


setup your ``conf.py`` with:

.. code-block:: bash

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

and run:

.. code-block:: bash

    $ make html

then your will get this page's style HTML output.

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


Contents
========

.. toctree::
    :maxdepth: 2

    readme
    options
    design
    sample
    history

