From 204ac80935eb82f7b32603f63a12b7f0651a17e6 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 21 Feb 2024 16:07:04 +1100 Subject: 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 --- common/_templates/layout.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/_templates/layout.html') 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() }} Index {% endblock %} -{# Custom CSS overrides #} -{% set css_files = ['_static/my-styles.css'] %} -- cgit v1.2.3