niklasf / python-chess

A chess library for Python, with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing, and UCI/XBoard engine communication
https://python-chess.readthedocs.io/en/latest/
GNU General Public License v3.0
2.45k stars 531 forks source link

rtd Dcumentation style not applied for /latest #1044

Closed kraktus closed 1 year ago

kraktus commented 1 year ago

On https://python-chess.readthedocs.io/en/latest/, the read-the-doc style is not applied, unlike when selecting a specific version, like https://python-chess.readthedocs.io/en/v1.10.0/ (or even stable)

niklasf commented 1 year ago

Looks like e773cd4eb93519397fe3eea0a8f92cc4662c718c works.