Readthedocs does not display the version of my github package.
It states latest, while I specified the version to be 0.1.1
in my conf.py
file:
version = "0.1.1"
release = version
The thing is that when I compile locally through make html
, I see the version properly displayed. When I push to remote, it does not display the version.