Closed stof closed 9 years ago
Closing. Links are generated fine (Sphinx generates relative links). But the link I tried locally was actually not using an internal link, thus being broken: https://github.com/Behat/Symfony2Extension/commit/87afeca34a9456673f7ba1f06e4d5b2cc4234287
Yeah, I was worried about this one too at the beginning :)
Internal documentation links are broken. Sphinx generates all links as if the doc was rendered at the root of the domain, while it is not the case. The doc building process needs to take the final URL into account (this might be a bit complex for the current version btw).
I think we should ask @javiereguiluz about the way this is handled for symfony.com as they logically faced the same point.