Move the docs deps to docs.el

This commit is contained in:
Sameer Rahmani 2022-07-04 17:33:57 +01:00
parent b512d0ca2e
commit 35296335a1
1 changed files with 0 additions and 7 deletions

View File

@ -74,13 +74,6 @@ PARAMS:
(command-> command args
((string= command "docs")
(do-command
(require 'fpkg)
(fpkg/use dash)
(fpkg/use mustache)
(fpkg/use ht)
(fpkg/use htmlize)
(require 'fg42/build/docs)
(fg42/build-docs build-dir))))