Skip to content

Commit

Permalink
Remove duplicate import statements for shogun-style.css (shogun-toolb…
Browse files Browse the repository at this point in the history
  • Loading branch information
p16i committed Feb 7, 2019
1 parent 84bca4a commit 42a990a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/cookbook/source/templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{% extends "!layout.html" %}

{% set bootswatch_css_custom = ['_static/shogun-style.css'] %}
{#
bootswatch_css_custom is removed in sphinx-bootstrap-theme v0.5.0
css_files should be used instead
#}
{% set css_files = (css_files or []) + ['_static/shogun-style.css'] %}

{% block rootrellink %}
Expand Down

0 comments on commit 42a990a

Please sign in to comment.