Convert strings to bool

This commit is contained in:
Eric Holscher 2017-12-11 07:48:50 -08:00
parent a0b2ccc3f7
commit c19a5e4f54

View File

@ -159,7 +159,7 @@
{# PAGE CONTENT #}
<div class="wy-nav-content">
{% if theme_style_external_links %}
{% if theme_style_external_links|tobool %}
<div class="rst-content style-external-links">
{% else %}
<div class="rst-content">
@ -207,7 +207,7 @@
{% endif %}
{# STICKY NAVIGATION #}
{% if theme_sticky_navigation %}
{% if theme_sticky_navigation|tobool %}
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();