Fix version extraction in Sphinx config
Created by: vloncar
Description
With the merging of #479 the location of __version__
changed and Sphinx config still tries to extract it from hls4ml/__init__.py
. This changes the config of Sphinx to extract the version information from the new _version.py
.
Type of change
-
Bug fix (non-breaking change that fixes an issue)