Notenlish
Notenlish
sorry, forgot to close the issue
Closing the pr as I'm not going to work on it
test code: ```py import pygame pygame.font.init() screen = pygame.display.set_mode((512, 512)) font = pygame.font.SysFont("Arial", 20) bigfont = pygame.font.SysFont("Arial", 32) clock = pygame.time.Clock() while True: screen.fill("black") for e in pygame.event.get(): if e.type...
```cmd Installing collected packages: urllib3, pytz, MarkupSafe, idna, charset-normalizer, certifi, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, snowballstemmer, requests, Pygments, Jinja2, imagesize, docutils, babel, alabaster, Sphinx WARNING: Running pip as the...
big thanks to @bilhox for the segfault fix
> _Do_ we still want this API? I still think people would like this, someone just needs to work on the pr
 I like this new docs theme. But IMO, using green based colors would be better.  Why 2 seperate colors(orange happens when hovering over a link). I think it'd...
 Would it be possible to move the contents so it aligns with the search bar? Also can we get rid of the line to the left of contents
>  Would it be possible to move the contents so it aligns with the search bar? Also can we get rid of the line to the left of contents...
 What if we made the background of the code example white, and then simply just added background shadow? something like this: 