From ced99e5868a4c15e2226c55aed7bdd1acb6c9cf2 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Wed, 14 Sep 2016 12:43:49 -0700 Subject: [PATCH] Correct the theme name in the comments of the classic theme. --- sphinx/themes/classic/layout.html | 4 ++-- sphinx/themes/classic/static/classic.css_t | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sphinx/themes/classic/layout.html b/sphinx/themes/classic/layout.html index 934d62c0d..9e7222cf3 100644 --- a/sphinx/themes/classic/layout.html +++ b/sphinx/themes/classic/layout.html @@ -1,8 +1,8 @@ {# - default/layout.html + classic/layout.html ~~~~~~~~~~~~~~~~~~~ - Sphinx layout template for the default theme. + Sphinx layout template for the classic theme. :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. diff --git a/sphinx/themes/classic/static/classic.css_t b/sphinx/themes/classic/static/classic.css_t index 93673b01f..a705fcbf9 100644 --- a/sphinx/themes/classic/static/classic.css_t +++ b/sphinx/themes/classic/static/classic.css_t @@ -1,8 +1,8 @@ /* - * default.css_t + * classic.css_t * ~~~~~~~~~~~~~ * - * Sphinx stylesheet -- default theme. + * Sphinx stylesheet -- classic theme. * * :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details.