kiudee / cs-ranking

Context-sensitive ranking and choice in Python with PyTorch
https://cs-ranking.readthedocs.io
Apache License 2.0
66 stars 15 forks source link

Library version is not dynamically updated for sphinx #141

Closed kiudee closed 4 years ago

kiudee commented 4 years ago

The version of the library is hardcoded here: https://github.com/kiudee/cs-ranking/blob/504e689a05f5ae9fbd95994729eca7d4cce46bd1/docs/conf.py#L63-L70 This we should be able to fetch dynamically.

kiudee commented 4 years ago

This is now fixed using bump2version: https://github.com/kiudee/cs-ranking/blob/a8e121f78e526c67336d4021818353d8461b0bc1/setup.cfg#L14-L16