Skip to content

Commit d6f091e

Browse files
committed
Undo the workaround from commit 848fdf7 as no longer (since long time) needed.
1 parent 1aee2b5 commit d6f091e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Eldev

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,7 @@ be executed via `install.sh'."
157157
"Generate documentation HTML from Asciidoctor source."
158158
:command documentation
159159
: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
160+
:category building
163161
(when parameters
164162
(signal 'eldev-wrong-command-usage `(t "Unexpected command parameters")))
165163
(eldev-call-process "asciidoctor" `("--backend" "html5"

0 commit comments

Comments
 (0)