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/breadcrumbs.html | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 common/sphinx_rtd_theme/breadcrumbs.html (limited to 'common/sphinx_rtd_theme/breadcrumbs.html') diff --git a/common/sphinx_rtd_theme/breadcrumbs.html b/common/sphinx_rtd_theme/breadcrumbs.html deleted file mode 100644 index 7c2ce5c..0000000 --- a/common/sphinx_rtd_theme/breadcrumbs.html +++ /dev/null @@ -1,31 +0,0 @@ -{# Support for Sphinx 1.3+ page_source_suffix, but don't break old builds. #} - -{% if page_source_suffix %} -{% set suffix = page_source_suffix %} -{% else %} -{% set suffix = source_suffix %} -{% endif %} - -
- -
-
-- cgit v1.2.3