Skip to content

Commit 597aaef

Browse files
committed
Revert "Enable PDF backend"
This reverts commit 5d015b0 -- on Windows it works, not so on Linux. Re-opens #1099
1 parent 193feb3 commit 597aaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/documentation.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ asciidoctor {
8181
separateOutputDirs false
8282
sources { include 'index.adoc' }
8383

84-
backends 'html5' , 'pdf' // , 'epub3'
84+
backends 'html5' // , 'pdf' // , 'epub3'
8585

8686
attributes 'jupiter-version': project.property('version'),
8787
'platform-version': project.property('platformVersion'),

0 commit comments

Comments
 (0)