Skip to content

Commit

Permalink
Returned back custom theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Aug 29, 2024
1 parent 4f1edc9 commit 420d60b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions full/doc.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -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))))))

0 comments on commit 420d60b

Please sign in to comment.