The :doc: section of 
http://www.sphinx-doc.org/en/stable/markup/inline.html#referencing-downloadable-files
 
gives me the impression that I can link to documents that aren't in the 
same directory as the directory with the link, because it gives /people and 
../people as link target examples, but I can't get it to work. 

If the directory mydir has subdirectories dir1 and dir2, and I want to use 
:doc:" in dir1/doc1.rst to link to dir2/doc2.rst, and I'm running the ant 
build from mydir, none of the following in doc1.rst creates a woring link:

See :doc:`../dir2/doc2` for more information. 

See :doc:`dir2/doc2` for more information. 

Any suggestions about how I can do this? 

Thanks,

Bob

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to