On Tue, Nov 17, 2015 at 11:24 PM, Dave Dittrich <[email protected]> wrote:
> None:None: WARNING: unknown document: test1.pdf > Or is the error message just not explicit enough and it is some other > problem (like can't link to a PDF?) > > If the latter, what should I do to include external files by links into a > table in a ReST document that is generated programmatically? > Nevermind! Answered my own question. The error message is vague (should probably be "cannot use :doc: with file type <whatever it doesn't like>". The answer is :download: and put the file in a directory relative to source/ (which it *is* more explicit about with :download: than with :doc:). > -- Dave Dittrich [email protected] -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
