From 13ab16513cadcb0a5d21281563b2e53734b22439 Mon Sep 17 00:00:00 2001 From: Jesse Tan Date: Sun, 15 Apr 2018 16:06:01 +0200 Subject: [PATCH] Also add to CSS --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 24c1f09b..10cfc745 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -143,7 +143,7 @@ module.exports = function(grunt) { linebreak: true }, files: { - src: [ 'sphinx_rtd_theme/static/js/theme.js' ] + src: [ 'sphinx_rtd_theme/static/js/theme.js', 'sphinx_rtd_theme/static/css/theme.css' ] } } },