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 1aee2b5 commit d6f091eCopy full SHA for d6f091e
Eldev
@@ -157,9 +157,7 @@ be executed via `install.sh'."
157
"Generate documentation HTML from Asciidoctor source."
158
:command documentation
159
:aliases (doc html-doc)
160
- ;; FIXME: Uncomment after 1.3 is released, otherwise our own CI tests don't pass because of an unholy mix of
161
- ;; stable and `master' code.
162
- ; :category building
+ :category building
163
(when parameters
164
(signal 'eldev-wrong-command-usage `(t "Unexpected command parameters")))
165
(eldev-call-process "asciidoctor" `("--backend" "html5"
0 commit comments