Sphinx Builder. If your Sphinx project is already configured for the LaTeX builder, rinohtype will happily inter- pret latex_documents. Otherwise, you need to set the rinoh_documents configuration option: rinoh_documents = [dict(doc='index', # top-level file (index.rst) target='manual')] # output file (manual.pdf) The dictionary accepts optional keys in addition to the required doc and target keys. See sphinx_builder for details. When building the documentation, select the rinoh builder by passing it to the sphinx-build -b option: sphinx-build -b rinoh . _build/rinoh Note that, just like the rinoh command line tool, the Sphinx builder requires two rendering passes.
Appears in 2 contracts
Sources: User Manual, User Manual
Sphinx Builder. If your Sphinx project is already configured configured for the LaTeX builder, rinohtype will happily inter- pret latex_documents. Otherwise, you need to set the rinoh_documents configuration configuration option: rinoh_documents = [dict(doc='index', # top-level file (index.rst) target='manual')] # output file (manual.pdf) The dictionary accepts optional keys in addition to the required doc and target keys. See sphinx_builder for details. When building the documentation, select the rinoh builder by passing it to the sphinx-build -b option: sphinx-build -b rinoh . _build/rinoh Note that, just like the rinoh command line tool, the Sphinx builder requires two rendering passes.
Appears in 1 contract
Sources: User Manual