diff --git a/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/layout.html b/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/layout.html index 142fd0895908..c15265a40f70 100644 --- a/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/layout.html +++ b/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/layout.html @@ -105,14 +105,7 @@ {%- endif %} - + {%- endblock %} {%- block footer %} diff --git a/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/searchbox.html b/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/searchbox.html index ac1200203251..b4c2ce9f4f11 100644 --- a/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/searchbox.html +++ b/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/searchbox.html @@ -9,5 +9,5 @@

{{ _('Quick search') }}

- + {%- endif %} diff --git a/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/static/analytics.js b/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/static/analytics.js new file mode 100644 index 000000000000..58e4311540bc --- /dev/null +++ b/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/static/analytics.js @@ -0,0 +1,6 @@ +s.prop66 = 'AWS CLI'; +s.eVar66 = 'D=c66'; +s.prop65 = 'API Reference'; +s.eVar65 = 'D=c65'; +var s_code = s.t(); +if (s_code) document.write(s_code); \ No newline at end of file diff --git a/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/static/searchbox.js b/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/static/searchbox.js new file mode 100644 index 000000000000..7dcdd24c7d31 --- /dev/null +++ b/doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/static/searchbox.js @@ -0,0 +1 @@ +document.getElementById('searchbox').style.display = "block"; \ No newline at end of file