My project is transitioning its documentation from Word documents to Sphinx. An intranet page with the Sphinx output is already up and running.
What we'd like to do is have Sphinx also copy Word documents to the intranet page, and reference those with hyperlinks from the rst files. Preferably in such a way that the links are still readable in plaintext (for example, a reference to ./file.doc
is perfectly acceptable).
The documents don't need to be indexed nor converted nor generated - just published.
Is there any way to get Sphinx to do this, or do I need to build some scripts manually?