Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angstrom symbol does not render in Sphinx docs #116

Open
sean-lockwood opened this issue Jun 13, 2019 · 2 comments
Open

Angstrom symbol does not render in Sphinx docs #116

sean-lockwood opened this issue Jun 13, 2019 · 2 comments
Labels

Comments

@sean-lockwood
Copy link
Member

Getting "\AA" instead of "Å".

For instance:
https://pysynphot.readthedocs.io/en/latest/units.html#constants

@pllim
Copy link
Collaborator

pllim commented Jun 13, 2019

Probably related: mathjax/MathJax#795

@pllim pllim added the bug label Jun 13, 2019
@pkienzle
Copy link

My solution to this was to add the following rst_prolog in conf.py:

rst_prolog = u"""\

.. only:: html

  :math:`\renewcommand\AA{\text{Å}}`

"""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants