We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I decided to open a follow-up of this thread as the bug seems to be fixed but fails on some more specific image type.
I try to align the content of my readme.rst file to use as a long description in my pypi release. using the .. raw:: directive is then impossible.
.. raw::
A common way to do it (that works on both sphinx and pypi) is:
.. image:: toto.png :align: center
It seems this is not taken into account when generating .png preview as shown in this gist where the .svg is correctly aligned and the .png is not.
The text was updated successfully, but these errors were encountered:
It seems that alignment also doesn't work for URLs with parameters (?foo=1) after the .svg.
?foo=1
.svg
Sorry, something went wrong.
Actually this is not respected by .sgv image anymore either. I think it's related to all the regression issue reported since Jan #1798
Stale issue message
This thread might be stale, but the issue is still there.
No branches or pull requests
I decided to open a follow-up of this thread as the bug seems to be fixed but fails on some more specific image type.
I try to align the content of my readme.rst file to use as a long description in my pypi release. using the
.. raw::
directive is then impossible.A common way to do it (that works on both sphinx and pypi) is:
It seems this is not taken into account when generating .png preview as shown in this gist where the .svg is correctly aligned and the .png is not.
The text was updated successfully, but these errors were encountered: