I have been using MyST to combine markdown files with Sphinx files, and so far it's going well, except that while trying to link from index.rst to file2.md I can't figure out what syntax to put in index.rst.
Working from examples in the first tab in https://docs.readthedocs.io/en/stable/guides/cross-referencing-with-sphinx.html, I put a Myst target like the first two lines in that MyST tab into file2.md. Then in the index.rst file (that references file2.md in its toctree) I put a link like the last line on that rst tab in the example mentioned above, but the build doesn’t like the link. I tried many rst-ish and markdown-ish variations on that with no luck. Only `Title of File2 Page <file2.html>`_ worked, which feels pretty kludgy. Any suggestions? Thanks, Bob -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to sphinx-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/3abdd1e4-8625-4bba-8f8b-325c57530082n%40googlegroups.com.