You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
Any way to fix this?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: