We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da18eb8 commit 4923930Copy full SHA for 4923930
src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/version-switcher.html
@@ -1,7 +1,7 @@
1
{# As the version switcher will only work when JavaScript is enabled, we add it through JavaScript.
2
#}
3
{% if theme_switcher.get('use_rtd') is defined and theme_switcher.get('use_rtd') %}
4
- <div id="readthedocs-embed-flyout"></div>
+ <div id="foo"></div>
5
{% else %}
6
<script>
7
document.write(`
src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html
@@ -98,6 +98,7 @@
98
{% block docs_main %}
99
<div class="bd-content">
100
<div class="bd-article-container">
101
+ <div id="readthedocs-embed-flyout"></div>
102
{# Article header #}
103
<div class="bd-header-article">{% include "sections/header-article.html" %}</div>
104
{# Article content #}
0 commit comments