We have a Sphinx documentation site for our software product, nothing fancy. It hosts our general documentation, let's say at
docs.xyz.org
Our software is made up of many packages across many repositories on github, many of which are community contributed (we're open source).
We're looking for a way to push package documentation from disconnected repos (written in rst, kept in a top level /docs directory in the repo) to our main sphinx site.
Is anything like this possible? I can't find any information on accumulating and rendering pages from across multiple repos.
Any info or direction is greatly appreciated!