From a316b1ff6d765fe0d3631282e750c94470612e97 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 19 Jan 2016 20:37:04 -0500 Subject: Add support for singlehtml (inlined) HTML file, plus some other fixes. * This is still broken. * Rename sphinx_rtd_theme so it doesn't pickup locally installed ones * Add a hack to theme.css to get around inliner bug. * Some unrelated fixups in common/waf.py Unfortunatly several dozen fixes got merged into this. --- common/sphinx_rtd_theme_rtems/searchbox.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 common/sphinx_rtd_theme_rtems/searchbox.html (limited to 'common/sphinx_rtd_theme_rtems/searchbox.html') diff --git a/common/sphinx_rtd_theme_rtems/searchbox.html b/common/sphinx_rtd_theme_rtems/searchbox.html new file mode 100644 index 0000000..35ad52c --- /dev/null +++ b/common/sphinx_rtd_theme_rtems/searchbox.html @@ -0,0 +1,9 @@ +{%- if builder != 'singlehtml' %} +
+
+ + + +
+
+{%- endif %} -- cgit v1.2.3