- Upgrade Bootstrap and Bootswatch to v3.4.1. (@vedranmiletic) #190.
- Upgrade jQuery to v1.12.4. (@vedranmiletic)
- Fix search JavaScript loading. #194.
bad release
- Fix
@import url()
CSS imports to be relative paths so that you can have a non-root / nested site.
- Fix
css_files
breakage from Sphinx1.6+
update. #158, #160. - Breaking Change: Remove
bootswatch_css_custom
override, and instead opt for documenting idiomatic Sphinx-version specific generic overrides for custom CSS.
- Fix visibiliy of multiple footnote references. (@drewhutchison) #152.
- Fix logo sizing issue on mobile with RTD. #142.
- Fix logo / brand title wrapping bug. (@miketheman) #141.
- Update to Bootstrap v3.3.6 and Bootswatch v3.3.6+1. (@ppyv)
- Fix sidenav overflow / scrolling. #136.
- Switch demo to "sandstone" theme.
- Update to Bootswatch v3.3.4+1.
- Update to Bootstrap v3.3.4.
- Update Sphinx website links. (@mrmsl)
- 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)
- 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)
- Add
fonts/
directories to bootswatch. (@gkthiruvathukal) - Remove divider-vertical from BS3 navbar.html. (@kaycebasques)
- Update to Bootstrap v3.2.0.
- Fix bug preventing Glyphicons from working with Bootswatch themes.
- Restyle alerts and admonitions. (@masklinn)
- Update to Bootstrap v3.1.0. (@torbjoernk)
- Add footnote styling. (@russell)
- Update search.html to allow search locally. (@fjfeijoo)
- Updated search template for BS3. (@russell)
- 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)
- Adds navbar logo's back to BS3. Switch to actual
<img>
tags for logos. Fixes #52. - Fix responsive Bootswatch for Bootstrap v2.
- Switch demo to "flatly" theme.
- Fix the long-broken "Source" nav. link.
- Add missing "flatly" to bootswatch CSS static files.
- Allow custom CSS overrides, even on Bootstrap CSS. Completes #68.
- Add offline bootswatch files. Completes #19.
- Preserve HTML inside literal code blocks. (@tristanlins)
- Fix scroll handlers for nav. bar. (@sccolbert)
- Fix background color visibility behind rounding in code blocks. (@kosiakk)
- Re-add
navbar_links
theme option lost in bad merge. (@newgene) - Fixed display of sidebar. (@adamcharnock, @russell)
- Add Bootstrap v3.0.0 with legacy option for v2.3.2. (@MiCHiLU)
- Sphinx compatible Sidebars. (@russell)
- Topnav sidebarrel can now be disabled. (@russell)
- Topnav page nav menu can now be disabled. (@russell)
- Add custom nav bar links. (@russell) Completes #34.
- Fix wrapping of line numbers in code includes. (@russell) Fixes #35.
- Truncate long page titles in navigation bar. (@aababilov) Fixes #27.
- Use network path for Bootswatch (@nail)
- Switch from distribute to setuptools. (Suggested by @thedrow)
- Search page styling. (@russell)
- Adjust the max width of field lists. (@russell)
- Update to Bootstrap v2.3.2.
- Navbar search box now uses bootstrap search-query class. (@russell)
- Field-list tables now have an inherited width. (@russell)
- Put navbar within a container. (@inducer)
- Add navbar_site_name for renaming site nav. tab. (Suggested by @inducer)
- Better literal markup handling for Bootstrap code formatting. (@russell)
- Scroll window when jumping to an anchor. (@russell)
- Fix code styling collision for cross references and inline code blocks. (@russell)
- Update to Bootstrap v2.3.1.
- Add
bootswatch_theme
option for Bootswatch CSS theme support. (@zyga)
- Add
globaltoc_includehidden
option.
- 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).
- 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.
- Convert inline code to Bootstrap-styled
code
elements.
- Add
globaltoc_depth
theme option. - Add Bootstrap alert styling to "note", "warning" Sphinx directives.
- Add Bootstrap table styling.
- Add support for deployment via PyPI.
- Fix logo display in navbar.
- Get mobile (iPhone) viewport and nav menus working.
- Add new theme options
navbar_class
,source_link_position
.
- Update to Bootstrap v2.2.1.
- Switch to responsive CSS.
- Make navbar menus do real dropdowns recursively.
- Update to Bootstrap v2.0. (@oscarcp)
- Original theme based on Bootstrap v1.4.0.