Fixes #1884: plug-in html themes cannot inherit another plug-in theme

Closes #1885: A part of code for this fix is from pull requeest #1885.
refs #1794
This commit is contained in:
shimizukawa
2015-11-22 00:13:42 +09:00
parent f0c390493b
commit 9d0ce7a6c1
7 changed files with 35 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
[theme]
inherit = basic

View File

@@ -0,0 +1,2 @@
[theme]
inherit = base_theme1

View File

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
import sys, os
templates_path = ['_templates']
master_doc = 'index'
html_theme = 'base_theme2'

View File

@@ -0,0 +1,3 @@
============================
Test double inheriting theme
============================