Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(conf.py): improve version detection logic for tagged and untagge…
…d commits The commit enhances the version detection logic in `conf.py` to differentiate between tagged and untagged commits. For tagged commits, the version is used directly as the release. For untagged commits, the version is appended with the git hash. This ensures more accurate versioning in documentation builds. Debugging prints are added to log the detected version, git hash, and tags for clarity.
- Loading branch information