Skip to content

Commit

Permalink
Upgrade Bootstrap and Bootswatch to v3.4.1 (ryan-roemer#190)
Browse files Browse the repository at this point in the history
Solar theme is unfortunately removed as it was never officially released with
v3.4.1 and instead came out only with Bootswatch v3.3.7 and v4.x.
  • Loading branch information
vedranmiletic committed Sep 20, 2019
1 parent 6958528 commit cab4f0f
Show file tree
Hide file tree
Showing 64 changed files with 1,141 additions and 860 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History
=========

==========
UNRELEASED
==========
* Upgrade Bootstrap and Bootswatch to v3.4.1. (`@vedranmiletic`_)
`#190 <https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/190>`_.

======
v0.7.1
======
Expand Down Expand Up @@ -364,5 +370,6 @@ v0.0.1
.. _@tristanlins: https://github.com/tristanlins
.. _@troeger: https://github.com/troeger
.. _@vkoby: https://github.com/vkoby
.. _@vedranmiletic: https://github.com/vedranmiletic
.. _@zyga: https://github.com/zyga

2 changes: 1 addition & 1 deletion sphinx_bootstrap_theme/bootstrap/layout.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "basic/layout.html" %}

{% if theme_bootstrap_version == "3" %}
{% set bootstrap_version, navbar_version = "3.3.7", "" %}
{% set bootstrap_version, navbar_version = "3.4.1", "" %}
{% set bs_span_prefix = "col-md-" %}
{% else %}
{% set bootstrap_version, navbar_version = "2.3.2", "-2" %}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit cab4f0f

Please sign in to comment.