Skip to content

Commit

Permalink
layouts adjusted to hopefully resolve readthedocs bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Simkovic committed Jan 31, 2017
1 parent d8efdda commit 269d857
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends '!layout.html' %}
{% extends "!layout.html" %}

{% block header %}
<div id="header" class="{{ theme_header_class }} header-default {% if theme_header_fixed_top|tobool -%} header-fixed-top{%- endif -%}">
Expand Down
1 change: 0 additions & 1 deletion docs/_templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
{%- endfor %}
{% endif %}
{% block navbartoc %}
{% include "globaltoc.html" %}
{% if theme_navbar_pagenav %}
{% include "navbartoc.html" %}
{% endif %}
Expand Down

0 comments on commit 269d857

Please sign in to comment.