Fix `WARNING: Inline literal start-string without end-string. [docutils]` by adding an escaped space after an inline literal

pull/892/head
Steve Piercy 2025-08-30 03:00:03 -07:00
rodzic acba1dec26
commit c07a3dea7d
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -113,7 +113,7 @@ Bug fixes:
Bug fixes:
- Fix to permit TZID forward references to ``VTIMEZONE``s
- Fix to permit TZID forward references to ``VTIMEZONE``\ s
- Stabelize timezone id lookup, see `Issue 780 <https://github.com/collective/icalendar/issues/780>`_.
6.1.2 (2025-03-19)
@ -720,7 +720,7 @@ New features:
Bug fixes:
- Fix ``VTIMEZONE``s including RDATEs #234. [geier]
- Fix ``VTIMEZONE``\ s including RDATEs #234. [geier]
3.11.5 (2017-07-03)
@ -731,7 +731,7 @@ Bug fixes:
- added an assertion that ``VTIMEZONE`` sub-components' DTSTART must be of type
DATETIME [geier]
- Fix handling of ``VTIMEZONE``s with subcomponents with the same DTSTARTs and
- Fix handling of ``VTIMEZONE``\ s with subcomponents with the same DTSTARTs and
OFFSETs but which are of different types [geier]
@ -743,7 +743,7 @@ Bug fixes:
- Don't break on parameter values which contain equal signs, e.g. base64 encoded
binary data [geier]
- Fix handling of ``VTIMEZONE``s with subcomponents with the same DTSTARTs.
- Fix handling of ``VTIMEZONE``\ s with subcomponents with the same DTSTARTs.
[geier]