diff --git a/docs/sphinx_rtd_theme_chm_friendly/layout.html b/docs/sphinx_rtd_theme_chm_friendly/layout.html index ca16d1662..9ae683eff 100644 --- a/docs/sphinx_rtd_theme_chm_friendly/layout.html +++ b/docs/sphinx_rtd_theme_chm_friendly/layout.html @@ -12,7 +12,9 @@ + {% if 'htmlhelp' not in builder %} + {% endif %} {{ metatags }} {% block htmltitle %} @@ -218,11 +220,14 @@ {% include "versions.html" %} + {# Do not insert script tag for htmlhelp #} + {% if 'htmlhelp' not in builder %} + {% endif %} {# Do not conflict with RTD insertion of analytics script #} {% if not READTHEDOCS %}