Replies: 1 comment 1 reply
-
are you sure the HTML version of those files is not just the content of a 404 (Not Found) HTML page? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this is a bug or whether it's specific to pyscript, pyodide, or sphinx, but I've been stuck on this for a month or so.
When I use
[files]
syntax like what's shown in https://github.com/sgbaird/honegumi/blob/592215a971b26de6b1e17bb54be8db224a283194/docs/pyscript.toml#L5, I am able to successfully run on readthedocs (see https://honegumi.readthedocs.io/en/latest/honegumi.html, at time of writing); however, locally I get the error described here: sgbaird/honegumi#80 (comment).By contrast, when I use the format like what's shown in https://github.com/sgbaird/honegumi/blob/3be73708039b739d212e7876c7f75625664af45f/docs/pyscript.toml, I get the same error on readthedocs, but it works fine locally.
Somehow, it seems these Python files are getting converted to some kind of HTML format when being copied into the virtual filesystem.
Any ideas why this might be?
Beta Was this translation helpful? Give feedback.
All reactions