pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
767 stars 120 forks source link

`python -m docs` doesn't open development docs #2887

Closed Starbuck5 closed 1 month ago

Starbuck5 commented 1 month ago

When writing documentation, it used to work to generate the documentation and then run python -m docs. It would open what you just edited, very handy.

Now it instead opens the local docs of your installed pygame-ce, which is less helpful.