I noticed a teeny-tiny rendering issue on the documentation page.
The dtype information does not appear to render as Monospace as intended in the Parameters docstring. The double backticks remain as plain text backticks:
I was able to make the Monospace font render as intended by :
swapping the order of the colon from the end:
temperature (``float``):
to the colon in between the two text fields:
temperature : ``float``
and,
Upgrading to a recent sphinx_rtd_theme=1.2.0 from the previous default on my system 0.4.3
Hi! 👋 Great package here 🙏
I noticed a teeny-tiny rendering issue on the documentation page.
The dtype information does not appear to render as Monospace as intended in the Parameters docstring. The double backticks remain as plain text backticks:
I was able to make the Monospace font render as intended by :
to the colon in between the two text fields:
and,
sphinx_rtd_theme=1.2.0
from the previous default on my system0.4.3