I try to use the "®-symbol" in a generated documentation using Sphinx.
This special symbol makes some problems in headers but is working fine in normal text.
Here is my reStructuredText:
Name®
=====
Name®
Name<sup>®</sup>
================
and the result is
The problem here is that the "®-symbol" is placed on the baseline in all headers and is not superscripted like below in the normal text.
As you can see in the image, the <sup>
-tag is not evaluated.
How can I get a superscripted version in the headers, too?