summaryrefslogtreecommitdiffstats
path: root/docs/_templates/layout.html
blob: f78ddc4a228c3afb59c7e3b91e70fffbe32a8b96 (plain)
1
2
3
4
5
6
{# From https://github.com/snide/sphinx_rtd_theme/issues/166 #}

{# Import the theme's layout. #}
{% extends "!layout.html" %}

{% set css_files = css_files + ['_static/pygments.css'] %}