mirror of
git://repo.or.cz/docutils.git
synced 2025-10-06 00:32:41 +02:00
570615a8445007f1b7ff40ba1a71c8724bd4b1dd
* Keep document-wide title style hierarchy in nested parsing. * Revert to using `document.memo.section_level` (required for nested parsing into a detached base node with document-wide title styles). + simpler logic + backwards compatible - more bookkeeping effort - mandating a document-wide section title style hierarchy is ill-suited for inclusion of rST blocks from external sources (e.g. extracted docstrings). See `sphinx.util.parsing.nested_parse_to_nodes()` for an alternative. This should restore compatibility with Sphinx's "only" directive broken by [r10204]. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@10226 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Languages
Python
52.4%
XSLT
14.1%
HTML
13.7%
reStructuredText
7.5%
TeX
3.7%
Other
8.5%