-
Notifications
You must be signed in to change notification settings - Fork 516
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
Formatting of online documentation home page for 4.2.2 is a bit compact. #2608
Comments
Sigh, yeah I ran into lots of issues trying to build the documentation - mostly related to sphinx dependencies that have been updated but no longer work with old sphinx (2.2.0). The first issue you noted seems to be a bug in the generation. I might just try updating to the latest sphinx (and unpin all its dependencies) and see how things look. |
I see that there are non-dev Should they be in a new folder: https://extras.wxpython.org/wxPython4/extras/4.2.2/ ? |
Yes, I fixed that manually for now. I didn't automate that part yet. I also am not sure about those pdb files. |
I noticed in line 95 of the It might be worth considering this as a temporary fix while you investigate the issue. |
Thanks! I made that change by hand. That definitely seems to have been the bug caused by . Meanwhile, that bug doesn't exist when I build with the latest sphinx (but others do, sigh) so... |
Looking at https://docs.wxpython.org/ the layout of the home page looks a bit scrunched up compared to 4.2.1.
I get similar results in Firefox, Waterfox and Chromium browsers.
The text was updated successfully, but these errors were encountered: