Skip to content

Fix version extraction in Sphinx config

Javier Duarte requested to merge github/fork/vloncar/sphinx-fix into main

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)

Merge request reports

Loading