Combine Sphinx documentation from several Projects

Viewed 2710

In our team we have several Projects, each separately documented with Sphinx. We want to have a central documentation page, which includes all of our projects.

Of course we could build a HTML page with links to the different documentations.

Is there a way to combine the documentations with Sphinx itself? Maybe with a separate Documentation project, which somehow includes the documentation from the other projects?

1 Answers
Related