====== * Add bootswatch glyphicon links in bootswatch. * Selectively hide links on navbar in certain view sizes. From here on out, `hidden-sm` in BS3 is applied to next/previous and source navigation links. * Make navbar logo work with subdirectories. (`cdbennett`_)
0.3.5
====== * Adds navbar logo's back to BS3. Switch to actual ``<img>`` tags for logos. Fixes `52 <https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/52>`_. * Fix responsive Bootswatch for Bootstrap v2.
0.3.4
====== * Switch demo to "flatly" theme. * Fix the long-broken "Source" nav. link. * Add missing "flatly" to bootswatch CSS static files.
0.3.3
====== * Allow custom CSS overrides, even on Bootstrap CSS. Completes `68 <https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/68>`_. * Add offline bootswatch files. Completes `19 <https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/19>`_. * Preserve HTML inside literal code blocks. (`tristanlins`_)