Skip to content

Commit 9e29fd4

Browse files
committed
Inherit theme template
- This was failing on epub output - https://www.sphinx-doc.org/en/master/templating.html#jinja-sphinx-templating-primer
1 parent 243e603 commit 9e29fd4

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)