Commit 4a818ac7 authored by Victor Zverovich's avatar Victor Zverovich

Move CSS override to theme because RTD ignores layout.html

RTD bug: https://github.com/rtfd/readthedocs.org/issues/152
parent c90c6805
{% extends "!layout.html" %}
{# Custom CSS overrides #}
{% set bootswatch_css_custom = ['_static/cppformat.css'] %}
{%- block content %}
{{ navBar() }}
<div class="container">
......
{% extends "basic/layout.html" %}
{# Custom CSS overrides #}
{% set bootswatch_css_custom = ['_static/cppformat.css'] %}
{% set theme_css_files = [] %}
{% if theme_bootstrap_version == "3" %}
{% set bootstrap_version, bootstrap_additional_css, navbar_version = "3.2.0", "theme", "" %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment