Open RonnyPfannschmidt opened 4 months ago
@RonnyPfannschmidt this results in the |release| RST substitution having the value of 8.2 which might have a weird perception in changelog draft titles: https://docs.pytest.org/en/8.2.x/changelog.html#to-be-included-in-vrelease-if-present / https://docs.pytest.org/en/latest/changelog.html#to-be-included-in-vrelease-if-present.
|release|
8.2
Should this be something like +dev in the end but without a variable component, something static? Though, perhaps in RTD it'd be okay to use the long original version.
+dev
_Ursprünglich gepostet von @webknjaz in https://github.com/pytest-dev/pytest/pull/12467#discussion_r1654683921_
I filed an upstream issue on letting these not influence the caching mechanism: https://github.com/sphinx-doc/sphinx/issues/12480.
@RonnyPfannschmidt this results in the
|release|
RST substitution having the value of8.2
which might have a weird perception in changelog draft titles: https://docs.pytest.org/en/8.2.x/changelog.html#to-be-included-in-vrelease-if-present / https://docs.pytest.org/en/latest/changelog.html#to-be-included-in-vrelease-if-present.Should this be something like
+dev
in the end but without a variable component, something static? Though, perhaps in RTD it'd be okay to use the long original version._Ursprünglich gepostet von @webknjaz in https://github.com/pytest-dev/pytest/pull/12467#discussion_r1654683921_