Files
sphinx/tests
Jeremy Maitin-Shepard 8de6638697 Add `content_offset parameter to nested_parse_with_titles` (#11147)
Previously, ``nested_parse_with_titles`` always passed ``0`` as the input
offset when invoking ``nested_parse``.  When parsing the content of a
directive, as is a common use case for ``nested_parse_with_titles``,
this leads to incorrect source file/line number information, as it
does not take into account the directive's ``content_offset``, which is
always non-zero.

This issue affects *all* object descriptions due to GH-10887.  It also
affects the ``sphinx.ext.ifconfig`` extension.

The ``py:module`` and ``js:module`` directives employed a workaround for
this issue, by wrapping the calls to ``nested_parse_with_title`` with
``switch_source_input``.  That worked, but was more complicated (and
likely less efficient) than necessary.

This commit adds an optional ``content_offset`` parameter to
``nested_parse_with_titles``, and fixes callers to pass the appropriate
content offset when needed.

This commit eliminates the now-unnecessary calls to
``switch_source_input`` and instead specifies the correct ``content_offset``.
2023-02-15 05:45:28 +00:00
..
2022-09-24 15:10:57 +01:00
2020-11-20 19:43:02 +01:00
2023-01-31 18:30:43 +00:00
2023-01-10 14:53:17 +00:00
2023-01-10 14:53:17 +00:00
2023-01-10 16:00:59 +00:00
2022-10-17 22:39:09 +01:00
2022-08-06 18:31:14 +02:00
2023-01-02 00:01:14 +00:00
2022-09-25 00:10:59 +01:00
2022-02-20 03:13:45 +00:00
2022-02-20 03:13:45 +00:00
2022-09-27 18:31:47 +01:00
2022-09-27 18:31:47 +01:00
2022-02-20 03:13:45 +00:00
2023-01-03 22:36:54 +00:00
2023-01-31 18:30:43 +00:00