summaryrefslogtreecommitdiffstats
path: root/common/_templates/layout.html
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2024-02-21 16:07:04 +1100
committerJoel Sherrill <joel@rtems.org>2024-02-21 07:44:36 -0600
commit204ac80935eb82f7b32603f63a12b7f0651a17e6 (patch)
tree84d87e42f601e072048f99df92941d6e2b4112a1 /common/_templates/layout.html
parentuser/bsps/arm: Add documentation for ZynqMP R5 BSP (diff)
downloadrtems-docs-204ac80935eb82f7b32603f63a12b7f0651a17e6.tar.bz2
sphinx: Use the pip installed sphinx-rtd-theme
- Remove the RTEMS version of the theme - Use conf.py to specify our style sheet - Depend on the jQuery contrib package for including jQuery - Detect the theme is installed Closes #4994
Diffstat (limited to '')
-rw-r--r--common/_templates/layout.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/_templates/layout.html b/common/_templates/layout.html
index ee91611..398c574 100644
--- a/common/_templates/layout.html
+++ b/common/_templates/layout.html
@@ -8,5 +8,3 @@
{{ super() }}
<a class="reference internal" href="{{ pathto("genindex") }}"><b>Index</b></a>
{% endblock %}
-{# Custom CSS overrides #}
-{% set css_files = ['_static/my-styles.css'] %}