summaryrefslogtreecommitdiffstats
path: root/common/sphinx_rtd_theme_rtems/layout.html
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-08-21 13:41:51 +1000
committerChris Johns <chrisj@rtems.org>2018-08-21 13:47:40 +1000
commit5ce8e43506184bd9d8bf072c3f50ad0378f81ee7 (patch)
treee9a15331c46b29610b49f83c7568c9a04f80758d /common/sphinx_rtd_theme_rtems/layout.html
parentcpu-supplement/sparc.rst: Revert work in progress accidentally committed (diff)
downloadrtems-docs-5ce8e43506184bd9d8bf072c3f50ad0378f81ee7.tar.bz2
build: Fix indexing so it works on HTML and PDF.
- Remove all genindex.rst files, these are generated and should not exist in our source. - Fix the HTML templates so the local specialisation works. - Add a index link to the sidebar for HTML. Note, there is no TOC entry for the index in the PDF output and I cannot figure out how to add one. Closes #3503
Diffstat (limited to 'common/sphinx_rtd_theme_rtems/layout.html')
-rw-r--r--common/sphinx_rtd_theme_rtems/layout.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/sphinx_rtd_theme_rtems/layout.html b/common/sphinx_rtd_theme_rtems/layout.html
index 86927c6..44978c9 100644
--- a/common/sphinx_rtd_theme_rtems/layout.html
+++ b/common/sphinx_rtd_theme_rtems/layout.html
@@ -7,9 +7,6 @@
{%- set titlesuffix = "" %}
{%- endif %}
-{# Custom CSS overrides #}
-{% set extra_css_files = ['_static/my-styles.css'] %}
-
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->