Skip to content

Commit e162952

Browse files
authored
Merge pull request #8626 from readthedocs/davidfischer/inherit-theme-template
Inherit theme template
2 parents 243e603 + 9e29fd4 commit e162952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "sphinx_rtd_theme/layout.html" %}
1+
{% extends "!layout.html" %}
22

33

44
{% block document %}

0 commit comments

Comments
 (0)