Failed to translate the content of 'parsed-literal' directive with hyperlinks in cmake.1.rst

Hello, CMake Team.

Recently, I posted a question on Stack Overflow, asking about how to translate the content of ‘parsed-literal’ directive of Sphinx if there exist hyperlinks (against thst part in cmake.1.rst):

However, after doing some other tests, I started to think whether it is some kind of bugs?

Because even if I don’t translate the hyperlink part of the ‘parsed-literal’ directive, the hyperlinks are still broken. Take the following screenshot for reference.

As we can see, I only translate this line:

cmake [<options>] -B <path-to-build> [-S <path-to-source>]

into:

cmake [<選項>] -B <path-to-build> [-S <path-to-source>]

But the hyperlinks are still broken. Is it possible a bug from cmake.py?

I created an issue in Sphinx:

And there’s a duplicate issue to keep tracking it:

It seems that this issue is actually a bug from Sphinx itself.