Where I work we have a base project and several customized projects
that extend and customize it for the needs of particular customers.
We have documentation in Sphinx for the base project and for many of
the custom projects as well.

I would really like to be able to do something
like :ref:`<core:tasks_and_assignments>` from one of the custom
projects to refer to a label in the the Sphinx documentation for the
base project.  I originally thought that Intersphinx would do this,
but it appears that it only allows me to refer to Python objects from
another Sphinx project.
Naturally, some configuration would be needed to say where each named
external project resides, and the solution I have in mind is tied to
HTML output.

Would this be an easy extension to write?  Am I missing something that
can already do such a thing?  I fear that I will need to resort to
regular links, like <http://ci.americanri.com.ofc/docs/PowerReg/
tasks_and_assignments.html> instead for now.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to