You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.
I am sure that an image URL is a valid argument for the image directive,
but snooty is disagreeing:
I've confirmed in rstspec.toml that uri is a valid arg type for figure that image inherits from, but can't see where to go from there to try to debug further.
Seeing this in version 1.11.4.dev0
The text was updated successfully, but these errors were encountered:
The direct cause is in parser.py that argument[0].value won't work when an URI is served. But even fixing that won't allow URI as image/figure argument, as snooty has other checks that only work for path.
Thanks, @lextm. I appreciate the confirmation of the issue, the pointer to looking deeper into the code, and the context that it has a bigger, deeper root cause.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugSomething isn't workinghelp wantedExtra attention is needed
I am sure that an image URL is a valid argument for the
image
directive,but snooty is disagreeing:
I've confirmed in
rstspec.toml
thaturi
is a valid arg type forfigure
thatimage
inherits from, but can't see where to go from there to try to debug further.Seeing this in version 1.11.4.dev0
The text was updated successfully, but these errors were encountered: