The DTSTAMP and stamp attributes share a single docstring via DTSTAMP = stamp = single_utc_property(...) in src/icalendar/cal/component.py. The See also section in that docstring includes :attr:DTSTAMP``, which makes sense when rendered under stamp but produces a self-link when rendered under `DTSTAMP`.
The fix is to remove :attr:DTSTAMP`` from the See also list, since a property's own page doesn't need a link back to itself.
The
DTSTAMPandstampattributes share a single docstring viaDTSTAMP = stamp = single_utc_property(...)insrc/icalendar/cal/component.py. TheSee alsosection in that docstring includes:attr:DTSTAMP``, which makes sense when rendered understampbut produces a self-link when rendered under `DTSTAMP`.The fix is to remove
:attr:DTSTAMP`` from theSee alsolist, since a property's own page doesn't need a link back to itself.