Hi, On Mon Feb 09 2015 at 7:16:56 David Cortesi <[email protected]> wrote:
> 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... > Sphinx singlehtml builder generate single HTML file and several css and js files in the _static directory as you mentioned. For now, there is no way to pack them into one HTML file by using Sphinx. Regards, -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa -- 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.
