mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 02:29:08 +00:00
Move CSS override to theme because RTD ignores layout.html
RTD bug: https://github.com/rtfd/readthedocs.org/issues/152
This commit is contained in:
parent
c90c6805a2
commit
4a818ac785
3
doc/_templates/layout.html
vendored
3
doc/_templates/layout.html
vendored
@ -1,8 +1,5 @@
|
||||
{% extends "!layout.html" %}
|
||||
|
||||
{# Custom CSS overrides #}
|
||||
{% set bootswatch_css_custom = ['_static/cppformat.css'] %}
|
||||
|
||||
{%- block content %}
|
||||
{{ navBar() }}
|
||||
<div class="container">
|
||||
|
@ -1,5 +1,8 @@
|
||||
{% 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", "" %}
|
||||
|
Loading…
Reference in New Issue
Block a user