Sphinx supports a few output formats:
- Multiple HTML files (with
html
ordirhtml
) - Latex which is useful for creating
.pdf
or.ps
- text
How can I obtain output in a Microsoft Word file instead?
With another doc generator I managed to generate a single html output file and then convert it to Microsoft Word format using the Word application.
Unfortunately I don't know a way to generate either Word or the HTML single-page format.
make singlehtml
to generate single html file. – Burnejones