Skip to content

Commit 8fd4342

Browse files
authored
Build: remove using_rtd_theme variable (#10653)
This is missing from #10638
1 parent 0c18b80 commit 8fd4342

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ if os.path.exists('_static'):
5050

5151
#Add project information to the template context.
5252
context = {
53-
'using_theme': using_rtd_theme,
5453
'html_theme': html_theme,
5554
'current_version': "{{ version.verbose_name }}",
5655
'version_slug': "{{ version.slug }}",

0 commit comments

Comments
 (0)