lost and found ( for me ? )

Ansible : create an ansible doc as PDF format

Reference
https://github.com/bonndan/ansible-userguide-pdf

Here are logs when creating an ansible 1.8 doc as PDF foramt.

install required packages to make a PDF.

# apt-get install texlive-latex-base texlive-latex-extra texlive-fonts-recommended
# apt-get install python-sphinx
# git clone https://github.com/ansible/ansible.git
# git clone https://github.com/bonndan/ansible-userguide-pdf.git

create a PDF doc.

# cd ansible-userguide-pdf/

# python build-site.py ../ansible/docsite/rst/
Creating html documentation ...

# cd latex/

# pdflatex --interaction=nonstopmode ansible.tex

# ls *.pdf
ansible.pdf

get things done!

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.