I have a README.md some others (CONTRIBUTING.mdINSTALL.md) in the root of my project. They link to each other. In the sphinx built documentation these relative links don't work because it links to href="INSTALL.md" instead of href="INSTALL.html"
Hey, thanks for the great package. I'm experiencing the same issue. Relative links are broken. I'd be happy to submit a PR if you could guide me a little bit.
I have a
README.md
some others (CONTRIBUTING.md
INSTALL.md
) in the root of my project. They link to each other. In the sphinx built documentation these relative links don't work because it links tohref="INSTALL.md"
instead ofhref="INSTALL.html"
Any way to fix this?