mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
@@ -0,0 +1,2 @@
|
||||
[theme]
|
||||
inherit = basic
|
@@ -0,0 +1,2 @@
|
||||
[theme]
|
||||
inherit = base_theme1
|
7
tests/roots/test-double-inheriting-theme/conf.py
Normal file
7
tests/roots/test-double-inheriting-theme/conf.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import sys, os
|
||||
|
||||
templates_path = ['_templates']
|
||||
master_doc = 'index'
|
||||
html_theme = 'base_theme2'
|
3
tests/roots/test-double-inheriting-theme/index.rst
Normal file
3
tests/roots/test-double-inheriting-theme/index.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
============================
|
||||
Test double inheriting theme
|
||||
============================
|
Reference in New Issue
Block a user