History¶
v0.8.1¶
v0.8.0¶
Upgrade Bootstrap and Bootswatch to v3.4.1. (@vedranmiletic) #190.
Upgrade jQuery to v1.12.4. (@vedranmiletic)
v0.7.1¶
Fix search JavaScript loading. #194.
v0.7.0¶
v0.6.5¶
v0.6.4¶
v0.6.3¶
v0.6.2¶
v0.6.1¶
v0.6.0¶
v0.5.3¶
v0.5.2¶
bad release
v0.5.1¶
Fix
@import url()
CSS imports to be relative paths so that you can have a non-root / nested site.
v0.5.0¶
v0.4.14¶
Fix visibiliy of multiple footnote references. (@drewhutchison) #152.
v0.4.13¶
v0.4.12¶
v0.4.11¶
Fix logo sizing issue on mobile with RTD. #142.
v0.4.10¶
Fix logo / brand title wrapping bug. (@miketheman) #141.
v0.4.9¶
Update to Bootstrap v3.3.6 and Bootswatch v3.3.6+1. (@ppyv)
v0.4.8¶
Fix sidenav overflow / scrolling. #136.
v0.4.7¶
v0.4.6¶
Switch demo to “sandstone” theme.
Update to Bootswatch v3.3.4+1.
Update to Bootstrap v3.3.4.
Update Sphinx website links. (@mrmsl)
v0.4.5¶
Add Glyphicon fonts to Bootswatch 2 static assets. Also add example using the icons so we can catch errors like this better in the future.
Fix CSS generation with
'navbar_fixed_top': "false"
and'bootstrap_version': "2"
. Fixes #121. (@EricFromCanada)
v0.4.4¶
Reset
.container
padding after Sphinx 1.3b commit overrode CSS. Fixes #114. (@EricFromCanada)Fix situation where Python 3 + modern Sphinx results in empty strings being interpreted as a non-existent Bootswatch theme for
theme_bootswatch_theme
by permissively allowing old (empty quotes) or new (empty orNone
) styles. Fixes #115. (@EricFromCanada, @peteut, @mdboom)
v0.4.3¶
Add
fonts/
directories to bootswatch. (@gkthiruvathukal)Remove divider-vertical from BS3 navbar.html. (@kaycebasques)
v0.4.2¶
Update to Bootstrap v3.2.0.
v0.4.1¶
v0.4.0¶
Fix bug preventing Glyphicons from working with Bootswatch themes.
v0.3.9¶
Restyle alerts and admonitions. (@masklinn)
v0.3.8¶
Update to Bootstrap v3.1.0. (@torbjoernk)
v0.3.7¶
v0.3.6¶
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)
v0.3.5¶
Adds navbar logo’s back to BS3. Switch to actual
<img>
tags for logos. Fixes #52.Fix responsive Bootswatch for Bootstrap v2.
v0.3.4¶
Switch demo to “flatly” theme.
Fix the long-broken “Source” nav. link.
Add missing “flatly” to bootswatch CSS static files.
v0.3.3¶
Allow custom CSS overrides, even on Bootstrap CSS. Completes #68.
Add offline bootswatch files. Completes #19.
Preserve HTML inside literal code blocks. (@tristanlins)
v0.3.2¶
Fix scroll handlers for nav. bar. (@sccolbert)
Fix background color visibility behind rounding in code blocks. (@kosiakk)
v0.3.1¶
Re-add
navbar_links
theme option lost in bad merge. (@newgene)Fixed display of sidebar. (@adamcharnock, @russell)
v0.3.0¶
Add Bootstrap v3.0.0 with legacy option for v2.3.2. (@MiCHiLU)
v0.2.9¶
v0.2.8¶
v0.2.7¶
v0.2.6¶
v0.2.5¶
Search page styling. (@russell)
v0.2.4¶
v0.2.3¶
v0.2.2¶
v0.2.1¶
Fix code styling collision for cross references and inline code blocks. (@russell)
v0.2.0¶
Update to Bootstrap v2.3.1.
Add
bootswatch_theme
option for Bootswatch CSS theme support. (@zyga)
v0.1.8¶
Add
globaltoc_includehidden
option.
v0.1.7¶
Add Python 3 support. (@zyga)
Add support for
navbar_title
theme configuration. The documentation originally stated thathtml_short_title
was supported for overriding the navbar title (brand), but this never actually worked. (Thanks to Tim Kedmenec for pointing this out).
v0.1.4¶
Remove the
Site
nav button if no other pages.Added jQuery v1.9.1 with
noConflict()
to allow underlying Sphinx to use whatever jQuery it wants.Update to Bootstrap v2.3.0.
Fix multi-word Bootstrap-styled
code
elements.
v0.1.3¶
Convert inline code to Bootstrap-styled
code
elements.
v0.1.2¶
Add
globaltoc_depth
theme option.Add Bootstrap alert styling to “note”, “warning” Sphinx directives.
v0.1.1¶
Add Bootstrap table styling.
v0.1.0¶
Add support for deployment via PyPI.
v0.0.6¶
Fix logo display in navbar.
v0.0.4¶
Get mobile (iPhone) viewport and nav menus working.
Add new theme options
navbar_class
,source_link_position
.
v0.0.3¶
Update to Bootstrap v2.2.1.
Switch to responsive CSS.
Make navbar menus do real dropdowns recursively.
v0.0.2¶
Update to Bootstrap v2.0. (@oscarcp)
v0.0.1¶
Original theme based on Bootstrap v1.4.0.