I have been searching and testing for some hours, but I did not find a way to realize a link to a file in the local filesystem out of my chm file.
The file I try to link to is a html document that is placed in a subdirectory of the directory the the chm file is placed in. I tried to link to it using: .. _api: ../API/index.html .. _api: API/index.html .. _api: /API/index.html But all the time, the generated link targets the file inside the chm structure (I suppose so): mk:@MSITStore:C:\test\x.chm::/API/index.html Is there any way to prevent sphinx from replacing the link, so it can be used relatively from where the chm is? Thanks, Lukas -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.