From 3a3a74109f0336619ba7b9e902b2425f3d35e896 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 22 Aug 2023 18:13:24 +0200 Subject: [PATCH] Build: remove `using_rtd_theme` variable This is missing from #10638 --- readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl b/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl index f59c0d58c32..febeddaeb59 100644 --- a/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl +++ b/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl @@ -50,7 +50,6 @@ if os.path.exists('_static'): #Add project information to the template context. context = { - 'using_theme': using_rtd_theme, 'html_theme': html_theme, 'current_version': "{{ version.verbose_name }}", 'version_slug': "{{ version.slug }}",