Where does a .rtt file need to go? #367
|
I'm very new to rinohtype, and struggling to get the configuration for my use case just right. I generate my pdf files using Sphinx ( Fine with that, but I need to save it as (say) rinoh_documents = [
dict(doc='index', target='manual', toctree_only=False,
template='manual.rtt', logo='logo.pdf'),
dict(doc='ref', target='reference', title='Reference Manual',
template='reference.rtt', stamp='DRAFT'),
]This is where I'm getting really confused. I have created a
I have put the
So obviously my |
Replies: 3 comments
|
OK, I said I was dim! Finally figured out that the All sorted now, so closing this off. |
|
Good to see you've figured it out! The |
|
I just want to add that this one of many things that needs to be documented properly! |
OK, I said I was dim! Finally figured out that the
.rttfile needs to go in the Sphinxsourcedirectory.All sorted now, so closing this off.