rst2pdf
rst2pdf copied to clipboard
Generate PDF for language files
How to generate the pdf for language translated .po files?
The command sphinx-build -b pdf . build/pdf works for default English pdf.
I have created the POT files using the command:
sphinx-build -b gettext . build/gettext.
Generated the .po files using:
sphinx-build -b html . build/html/ja -D language='ja'
Now I need to generate the PDF file for the index.html which is inside the build/html/<lang> folder.