Is this related to a problem? Please describe.
It would be nice if one could copy-paste links to the https://black.readthedocs.io/en/stable/change_log.html doc with anchors to specific versions.
ATM the page seems to put idX anchors on each header,
where X is an incrementing number.
This means that over time the underlying content changes (with each release)
and there seems to be no way to point people to a specific section (version) of that doc
regardless of what the most recent release is.
Describe the solution you'd like
Switch from #id1, #id2 etc. header anchors
to something more permanent e.g. #v24.4.2,
which would point to a changelog section for the 24.4.2 version.
Is this related to a problem? Please describe.
It would be nice if one could copy-paste links to the https://black.readthedocs.io/en/stable/change_log.html doc with anchors to specific versions.
ATM the page seems to put
idXanchors on each header,where X is an incrementing number.
This means that over time the underlying content changes (with each release)
and there seems to be no way to point people to a specific section (version) of that doc
regardless of what the most recent release is.
Describe the solution you'd like
Switch from
#id1,#id2etc. header anchorsto something more permanent e.g.
#v24.4.2,which would point to a changelog section for the
24.4.2version.