I want to open a link in a new window using reStucturedText. Is this possible?
This opens link in the same window:
You can `check your location here.
I recommend that you should use JavaScript to set target="_blank" for each external links.
target="_blank"
See https://github.com/sphinx-doc/sphinx/issues/1634