Skip to content

Commit 7ac2986

Browse files
ericholscheragjohnson
authored andcommitted
Remove overriding of templates
1 parent 32cab96 commit 7ac2986

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)