From 420d60b2691e58eeeba394349ebd8482350d9bfe Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Thu, 29 Aug 2024 23:08:17 +0300 Subject: [PATCH] Returned back custom theme. --- full/doc.lisp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/full/doc.lisp b/full/doc.lisp index 4e195f6..f76ccf3 100644 --- a/full/doc.lisp +++ b/full/doc.lisp @@ -754,8 +754,7 @@ See full list of changes in the 40ANTS-DOC/CHANGELOG::@CHANGELOG section. (unless theme (error "Unable to find 40ANTS-DOC-THEME-40ANTS::40ANTS-THEME symbol")) - ;; (list :theme - ;; (make-instance theme - ;; :plugins (list (highlightjs) - ;; (mathjax)))) - )) + (list :theme + (make-instance theme + :plugins (list (highlightjs) + (mathjax))))))