diff --git a/doc/source/_templates/sidebar/brand.html b/doc/source/_templates/sidebar/brand.html deleted file mode 100644 index c24d36f2..00000000 --- a/doc/source/_templates/sidebar/brand.html +++ /dev/null @@ -1,22 +0,0 @@ - -{%- if READTHEDOCS %} -
-{%- endif %} diff --git a/doc/source/conf.py b/doc/source/conf.py index a1a64b28..1a32665f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -140,9 +140,6 @@ if os_rtd: 'light_logo': 'modules_red.svg', 'dark_logo': 'modules_white.svg', } - html_context = { - 'READTHEDOCS': True, - } # The name of an image file (relative to this directory) to place at the top # of the sidebar.