Hello, i have some problems with cross-referencing.
In a file index.rst in a deep suddirectory i want to reference a file / home/xyz/restfile.rst. with the cross-reference :doc: So i put the following rows in the index.rst but no one becomes a link in the html output file :doc:`information</home/xyz/restfile>` :doc:`information </home/xyz/restfile>` :doc:`information<../../../../xyz/restfile>` :doc:`information <../../../../xyz/restfile>` the output on stdout is always like this: ... index.rst:26: WARNING: unknown document: /home/xyz/restfile thanks in advance p. -- 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.
