From: Jonathan Corbet <corbet@lwn.net>
To: Shuah Khan <skhan@linuxfoundation.org>,
Kevin Brodsky <kevin.brodsky@arm.com>,
linux-doc@vger.kernel.org
Cc: Konstantin Ryabitsev <mricon@kernel.org>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Shuah Khan <skhan@linuxfoundation.org>
Subject: Re: Invalid link generation for equations
Date: Wed, 25 Mar 2026 15:11:57 -0600 [thread overview]
Message-ID: <87o6kbehr6.fsf@trenco.lwn.net> (raw)
In-Reply-To: <501de93f-65f2-4a45-a84b-d38560cd9e22@linuxfoundation.org>
Shuah Khan <skhan@linuxfoundation.org> writes:
>> OK, so this is more than passing strange...I can't reproduce that
>> problem locally. The HTML I get is:
>>
>> <img src="../_images/math/d9936822[...]
>>
>> On docs.kernel.org, instead:
>>
>> <img src="_images/math/d9936822[...]
>>
>> Note the missing "../".
>>
>> I will confess that I don't have a great understanding of how imgmath
>> works and how that link gets set. We could "fix" the problem generally
>> by setting imgmath_embed=True, but it would be good to understand what's
>> actually happening here.
>
> Respect SPHINX_IMGMATH (for html docs only) in Documentation/conf.py
> might explain why imgmath_embed=True works?
>
> # Load math renderer:
> # For html builder, load imgmath only when its dependencies are met.
> # mathjax is the default math renderer since Sphinx 1.8.
> have_latex = have_command("latex")
> have_dvipng = have_command("dvipng")
> load_imgmath = have_latex and have_dvipng
>
> Without setting imgmath_embed=true, math_renderer is mathjax which is
> default since Sphinx 1.8
We default to imgmath if the requisite utilities (latex, dvipng) are
installed on the system; perhaps that's not ideal, but it's what we have
done for a while. It all seems to be working as expected, except that
the <img> element has the wrong URI in it. Strange.
jon
next prev parent reply other threads:[~2026-03-25 21:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-18 12:56 Invalid link generation for equations Kevin Brodsky
2026-03-20 0:06 ` Bagas Sanjaya
2026-03-20 3:10 ` Randy Dunlap
2026-03-21 1:49 ` Bagas Sanjaya
2026-03-22 21:05 ` Jonathan Corbet
2026-03-25 20:23 ` Jonathan Corbet
2026-03-25 20:40 ` Shuah Khan
2026-03-25 21:11 ` Jonathan Corbet [this message]
2026-03-25 21:40 ` Mauro Carvalho Chehab
2026-03-26 9:30 ` Akira Yokosawa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87o6kbehr6.fsf@trenco.lwn.net \
--to=corbet@lwn.net \
--cc=kevin.brodsky@arm.com \
--cc=linux-doc@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=mricon@kernel.org \
--cc=skhan@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.