Skip to content

Commit 5cdd4f4

Browse files
committed
Merge pull request #1946 from rtfd/remove-layout-html
Remove overriding of Sphinx templates
2 parents 32cab96 + 7ac2986 commit 5cdd4f4

File tree

2 files changed

+0
-77
lines changed

2 files changed

+0
-77
lines changed

readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl

-7
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ if globals().get('source_suffix', False):
3131
else:
3232
SUFFIX = '.rst'
3333

34-
# Add RTD Template Path.
35-
if 'templates_path' in globals():
36-
templates_path.insert(0, '{{ template_path }}')
37-
else:
38-
templates_path = ['{{ template_path }}', 'templates', '_templates',
39-
'.templates']
40-
4134
# Add RTD Static Path. Add to the end because it overwrites previous files.
4235
if not 'html_static_path' in globals():
4336
html_static_path = []

readthedocs/templates/sphinx/layout.html

-70
This file was deleted.

0 commit comments

Comments
 (0)