mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-20 05:41:14 -03:00
The `FISH_BUILD_VERSION_FILE` variable was only read in `doc_src/conf.py`. There, it can be replaced by the `build_tools/git_version_gen.sh` script, which takes the version from a file called `version` at the workspace root if one exists, and otherwise from git. This should cover all cases where the docs are built, so there is no need to keep using the `FISH_BUILD_VERSION_FILE` variable. Part of #12307