libtcod / python-tcod

A high-performance Python port of libtcod. Includes the libtcodpy module for backwards compatibility with older projects.
BSD 2-Clause "Simplified" License
410 stars 36 forks source link

Documentation: Pages Past "Getting Started" Not Loading on readthedocs.io #105

Closed mikelg128 closed 3 years ago

mikelg128 commented 3 years ago

Many of the documentation pages on python-tcod.readthedocs.io are not fully loading, such as: https://python-tcod.readthedocs.io/en/latest/tcod/console.html

Tried on multiple browsers across different computers to make sure it wasn't an issue on my end. My guess is an issue with the way the docs are generated after one of the recent updates.

HexDecimal commented 3 years ago

You were correct. A recent change added the typing_extensions module but that module wasn't added to requirements.txt so ReadTheDocs couldn't import the docstrings of tcod.