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 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
OK, I said I was dim! Finally figured out that the All sorted now, so closing this off. |
Beta Was this translation helpful? Give feedback.
-
Good to see you've figured it out! The |
Beta Was this translation helpful? Give feedback.
-
I just want to add that this one of many things that needs to be documented properly! |
Beta Was this translation helpful? Give feedback.
OK, I said I was dim! Finally figured out that the
.rtt
file needs to go in the Sphinxsource
directory.All sorted now, so closing this off.