Hello Alexis,

Alexis Murzeau a écrit :
> [...]
> That error can be fixed by changing the first line of furo.js
> from this:
> `import Gumshoe from "./gumshoe-patched.js";`
> 
> to this:
> `import * as Gumshoe from "./gumshoe-patched.js";`

"import * as Gumshoe" looks out like a weird fix. It assumes that 
gumshoe-patched.js has only one importable item doesn't it?

> As a side note (as you are the uploader of python-sumpy-doc, you might be
> interested), I found that the version of python-sumpy-doc in testing and
> unstable is missing many files in the html directory: [...]

Thank you for pointing this mess! It was due to the use of intersphinx
inventories, which cannot be downloaded from Internet during an official
Debian build (accessing the Internet is not possible when a package is
built in Debian's build farm).

I could inject the inventory files, so they are now local to the file
tree during the build, and python-sympy-doc provides HTML contents
again. I added a short script to add `type="module"` when necessary in
HTML files.

Best regards,                   Georges.

Attachment: signature.asc
Description: PGP signature

Reply via email to