diff --git a/docs/sphinx_rtd_theme_chm_friendly/layout.html b/docs/sphinx_rtd_theme_chm_friendly/layout.html index e6a38b1d3..6d96f97f5 100644 --- a/docs/sphinx_rtd_theme_chm_friendly/layout.html +++ b/docs/sphinx_rtd_theme_chm_friendly/layout.html @@ -15,7 +15,9 @@ = (7, 2) %} data-content_root="{{ content_root }}"{% endif %}>
+ {% if 'htmlhelp' not in builder %} + {% endif %} {%- if READTHEDOCS and not embedded %} {%- endif %} @@ -197,11 +199,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 %}