sphinx-contrib / images

sphinxcontrib-images extension
Apache License 2.0
17 stars 14 forks source link

Wrong version number on readthedocs (0.8.0 instead of 0.9.1) #4

Closed jonascj closed 4 years ago

jonascj commented 4 years ago

At the moment https://sphinxcontrib-images.readthedocs.io/en/latest/ shows version 0.8.0. If it is not correct by performing a new build (when their package cache expires or is explicitly cleared) there might be a version number mismatch between some files.

jonascj commented 4 years ago

After a wipe of the build environment on readthedocs the latest package 0.9.1 from pypi was used and the documentation now reads 0.9.0.

The mismatch caused because I forgot to update the version number in sphinxcontrib/images.py which is where the docs get the version from.

Probably there is a better way to handle version numbers than to manually update them in multiple files...

jonascj commented 4 years ago

Closing. Not an issue with read the docs, just mismatched version numbers in setup.py and module py files. Opening a new issue for version discussion.