-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
API documentation shows parameters without a space #24
Comments
Looks okay to me at both https://docs.hylang.org/en/master/api.html#hy.read and https://docs.hylang.org/en/stable/api.html#hy.read in Firefox 108 with mostly default settings: Are you sure this is our bug and not a bug in your web browser? Even if the CSS is wrong, I bet the CSS in question is upstream in the Read the Docs theme or something, and not in this repository. |
I think this might be the problem in
I believe this is no longer required, and prevents loading of some of CSS (if I remember well) properly on Webkit based browsers. |
Confirmed on MacOS Safari Version 16.5.2 (18615.2.9.11.10). Commenting out the |
I can confirm the issue with
It is fine on Firefox indeed. |
BTW. I tried to build documentation locally using Python 11 and Sphinx 7. I get error that
This https://github.com/sphinx-doc/sphinx/pull/11371/files hints to use Also
|
Try |
This is what I did, but I gave up seeing Sphinx 5 ;) |
But it works. That's how the manual is built currently. Try it if you don't believe me. |
I know, but there is no point dealing with Sphinx 5 to debug the original issue - maybe it is fixed in Sphinx 7. |
Maybe, but you may also find it an uphill battle to get |
I might try. Any specific example of problems? |
I don't remember. I've generally only done the minimum to get |
I can replicate this in Thorium 109, so that seems to confirm this issue is related to WebKit and its descendants. I also find that while |
BTW. Hyrule uses different theme, and does not suffer from the same problem. |
For example I see
(hy.readstreamfilenamereader)
I would, probably, expect
(hy.read stream filename reader)
Screenshot (I hope as raising the issue from a phone :/)
The text was updated successfully, but these errors were encountered: