Skip to content

Commit 42b2976

Browse files
authored
1 parent 34cbc00 commit 42b2976

File tree

1 file changed

+1
-1
lines changed
  • src/pydata_sphinx_theme/theme/pydata_sphinx_theme

1 file changed

+1
-1
lines changed

src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# a default mode has been set. This also improves compatibility when JavaScript is disabled.
33
#}
44
{% set html_tag %}
5-
<html{% if not html5_doctype %} xmlns="http://www.w3.org/1999/xhtml"{% endif %}{% if language is not none %} lang="{{ language }}"{% endif %} {% if default_mode %}data-theme="{{ default_mode }}"{% endif %}>
5+
<html{% if not html5_doctype %} xmlns="http://www.w3.org/1999/xhtml"{% endif %}{% if language is not none %} lang="{{ language }}"{% endif %} data-content_root="{{ content_root }}" {% if default_mode %}data-theme="{{ default_mode }}"{% endif %}>
66
{% endset %}
77
{%- extends "basic/layout.html" %}
88
{%- import "static/webpack-macros.html" as _webpack with context %}

0 commit comments

Comments
 (0)