I would like to build a single, self-contained HTML document that does not have any dependency on an external folder.
When I do "make -b singlehtml" it creates a single HTML file, good, but that file refers to a number of items in the _static folder. Just eyeballing the source, it looks as if those _static items could also be inlined into the single file. Is there some way to command this on the build? I suppose I could do it manually (shudder) or write s python script to post-process it... Thanks, Dave Cortesi -- 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.
