Skip to content

Commit

Permalink
sphinx_rtd_theme updated to 0.2.5b2
Browse files Browse the repository at this point in the history
  • Loading branch information
vbotka committed Jan 18, 2018
1 parent 68542dc commit 373e4bd
Show file tree
Hide file tree
Showing 15 changed files with 724 additions and 2,759 deletions.
22 changes: 6 additions & 16 deletions docs/source/_themes/sphinx_rtd_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
{% if not READTHEDOCS %}
<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
{% endif %}

<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />


{% for cssfile in css_files %}
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" />
{% endfor %}
Expand Down Expand Up @@ -133,10 +131,7 @@
toctree is empty. Skip building this for now.
#}
{% if 'singlehtml' not in builder %}
{% set global_toc = toctree(maxdepth=theme_navigation_depth|int,
collapse=theme_collapse_navigation|tobool,
includehidden=theme_includehidden|tobool,
titles_only=theme_titles_only|tobool) %}
{% set global_toc = toctree(maxdepth=theme_navigation_depth|int, collapse=theme_collapse_navigation, includehidden=theme_includehidden) %}
{% endif %}
{% if global_toc %}
{{ global_toc }}
Expand All @@ -162,11 +157,7 @@

{# PAGE CONTENT #}
<div class="wy-nav-content">
{% if theme_style_external_links|tobool %}
<div class="rst-content style-external-links">
{% else %}
<div class="rst-content">
{% endif %}
{% include "breadcrumbs.html" %}
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
Expand Down Expand Up @@ -209,15 +200,14 @@
<script type="text/javascript" src="{{ pathto('_static/js/theme.js', 1) }}"></script>
{% endif %}

{# STICKY NAVIGATION #}
{% if theme_sticky_navigation %}
<script type="text/javascript">
jQuery(function () {
{% if theme_sticky_navigation|tobool %}
SphinxRtdTheme.Navigation.enableSticky();
{% else %}
SphinxRtdTheme.Navigation.enable();
{% endif %}
SphinxRtdTheme.StickyNav.enable();
});
</script>
{% endif %}

{%- block footer %} {% endblock %}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions docs/source/_themes/sphinx_rtd_theme/static/css/theme.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/source/_themes/sphinx_rtd_theme/static/css/theme.css.map

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 373e4bd

Please sign in to comment.