Skip to content

Commit

Permalink
disabled PDF generation, no solution to issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Jan 14, 2017
1 parent 18e6a0f commit 5b7ef9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ script:
# create user-manual
# ---------------------------------------
- asciidoctor -a stylesheet=../stylesheets/foundation.css -a icons=font -a source-highlighter=highlightjs -a toc=left -a linkcss -a toclevels=3 -a revnumber=$REVNUMBER user-manual/en/book.adoc -o user-manual/en/index.html -v
- asciidoctor -r asciidoctor-pdf -b pdf -a pdf-stylesdir=pdf -a pdf-style=fife -a pdf-fontsdir=pdf/fonts -a revnumber=$REVNUMBER user-manual/en/book.adoc -o user-manual/en/book.pdf -v
#- asciidoctor -r asciidoctor-pdf -b pdf -a pdf-stylesdir=pdf -a pdf-style=fife -a pdf-fontsdir=pdf/fonts -a revnumber=$REVNUMBER user-manual/en/book.adoc -o user-manual/en/book.pdf -v
# ---------------------------------------
# create developer-manual
# ---------------------------------------
- asciidoctor -r asciidoctor-diagram -a stylesheet=../stylesheets/foundation.css -a icons=font -a source-highlighter=highlightjs -a toc=left -a linkcss -a toclevels=3 -a revnumber=$REVNUMBER developer-manual/en/book.adoc -o developer-manual/en/index.html -v
- asciidoctor -r asciidoctor-diagram -r asciidoctor-pdf -b pdf -a pdf-stylesdir=pdf -a pdf-style=fife -a pdf-fontsdir=pdf/fonts -a revnumber=$REVNUMBER developer-manual/en/book.adoc -o developer-manual/en/book.pdf -v
#- asciidoctor -r asciidoctor-diagram -r asciidoctor-pdf -b pdf -a pdf-stylesdir=pdf -a pdf-style=fife -a pdf-fontsdir=pdf/fonts -a revnumber=$REVNUMBER developer-manual/en/book.adoc -o developer-manual/en/book.pdf -v
# ---------------------------------------
# create faq
# ---------------------------------------
Expand Down

0 comments on commit 5b7ef9a

Please sign in to comment.