On Thu, Jan 13, 2011 at 11:18 AM, Curiouslearn <curiousle...@gmail.com> wrote: > Hello All, > > Two questions about sharing Sphinx documentation with others: > > (1) Do you know of an easy way of private hosting of Sphinx documents > online (where you can restrict access to it)? Is there a web host or > some solution that makes this possible easily? > > (2) If I want to email the documentation to someone, which files do I > need to email? Do I need to send _build, _template and _static > directories. Does the recipient need to have Python? > > Thanks, > Bharat > > -- > You received this message because you are subscribed to the Google Groups > "sphinx-dev" group. > To post to this group, send email to sphinx-dev@googlegroups.com. > To unsubscribe from this group, send email to > sphinx-dev+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sphinx-dev?hl=en. > >
All you have to do is copy the contents of the _build/html directory tree to your web host or email it to someone (You can skip the .buildinfo & objects.inv files if you want). The _static directory is automatically copied to _build/html/_static as are the processed template files (.css_t files get converted to .css files). It's up to your website configuration as to whether those pages are private or not. Recipients only need a web browser to view Sphinx generated HTML pages. -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.