From 78440cf9c30314c83e0d2c65903811915e11eb48 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Sun, 30 Jul 2017 19:36:20 -0400 Subject: [PATCH] Remove 'extra_css_files' `extra_css_files` was add in https://github.com/rtfd/readthedocs.org/commit/e759c50697c5c9b210f5b7ea2978e24b25aef901 but serves no purpose (not sure why it was added intially) users should use `Sphinx.add_stylesheet` instead. --- sphinx_rtd_theme/layout.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sphinx_rtd_theme/layout.html b/sphinx_rtd_theme/layout.html index 7ca7aa644..70acfa3f1 100644 --- a/sphinx_rtd_theme/layout.html +++ b/sphinx_rtd_theme/layout.html @@ -47,10 +47,6 @@ {% endfor %} - {% for cssfile in extra_css_files %} - - {% endfor %} - {%- block linktags %} {%- if hasdoc('about') %}