We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64b6f0 commit a42dc83Copy full SHA for a42dc83
run-docs.lisp
@@ -1,6 +1,6 @@
1
(load "fix-quicklisp")
2
;; auto generate docs with staple
3
-(ql:quickload '(:staple :lisp-inference) :silent t)
+(ql:quickload '(:staple :lisp-inference :lisp-inference/tests :lisp-inference/web) :silent t)
4
5
(staple:generate :lisp-inference :if-exists :overwrite)
6
(format t "Docs generated at docs/ directory.~%")
0 commit comments