<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/sphinx/transforms, branch 4.3.x</title>
<subtitle>github.com: sphinx-doc/sphinx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/'/>
<entry>
<title>A happy new year!</title>
<updated>2022-01-01T09:45:03+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2022-01-01T09:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=b84771dcd2fe1543acbdf87af3b60b323f41e80b'/>
<id>b84771dcd2fe1543acbdf87af3b60b323f41e80b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #9947: i18n: topic directive having a bullet list can't be translatable</title>
<updated>2021-12-09T16:33:09+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-12-09T16:33:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=f2f91ffb84163705341832f07a13e25b3b3d953a'/>
<id>f2f91ffb84163705341832f07a13e25b3b3d953a</id>
<content type='text'>
It seems docutils does not fill the topic node with the source info when
a topic directive has a bullet list.  As a workaround, This fills the
source info of them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems docutils does not fill the topic node with the source info when
a topic directive has a bullet list.  As a workaround, This fills the
source info of them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support docutils-0.18: Consume generator of Element.traverse()</title>
<updated>2021-10-30T16:33:16+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-10-30T16:33:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=3f3de7d29abefe4c87e03f527a8d5b9e136d3645'/>
<id>3f3de7d29abefe4c87e03f527a8d5b9e136d3645</id>
<content type='text'>
The last fix in i18n module was incorrect because it compares the
"already consumed" generators.  It should compares the lists of nodes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The last fix in i18n module was incorrect because it compares the
"already consumed" generators.  It should compares the lists of nodes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support docutils-0.18: Consume iterator of Element.traverse()</title>
<updated>2021-10-26T16:49:59+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-10-26T16:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=13803a79e7179f40a27f46d5a5a05f1eebbcbb63'/>
<id>13803a79e7179f40a27f46d5a5a05f1eebbcbb63</id>
<content type='text'>
Since 0.18, Element.traverse() returns an iterator instead of
intermediate object.  As a result, the return value is always considered
as truthy value.  And it becomes fragile when the caller modifies the
doctree on the loop.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since 0.18, Element.traverse() returns an iterator instead of
intermediate object.  As a result, the return value is always considered
as truthy value.  And it becomes fragile when the caller modifies the
doctree on the loop.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set refdoc default to pending_xref nodes to be used by missing-reference</title>
<updated>2021-10-10T20:02:53+00:00</updated>
<author>
<name>Matthijs van der Burgh</name>
<email>MatthijsBurgh@outlook.com</email>
</author>
<published>2021-09-29T13:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=6363ed4ddde632651de5da2b4a498d46d8970da7'/>
<id>6363ed4ddde632651de5da2b4a498d46d8970da7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: Node.traverse() will returns generator since 0.18</title>
<updated>2021-10-10T06:50:39+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-10-10T06:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=179e0bf8a22d7199907a405e18028011779d5f15'/>
<id>179e0bf8a22d7199907a405e18028011779d5f15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos discovered by codespell</title>
<updated>2021-09-08T00:15:25+00:00</updated>
<author>
<name>Christian Clauss</name>
<email>cclauss@me.com</email>
</author>
<published>2021-09-08T00:15:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=86583c578c807d449e3a9d5ee56b1e7081340629'/>
<id>86583c578c807d449e3a9d5ee56b1e7081340629</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve sphinx.transforms docstrings</title>
<updated>2021-07-18T21:47:24+00:00</updated>
<author>
<name>Louis Maddox</name>
<email>lmmx@users.noreply.github.com</email>
</author>
<published>2021-07-18T21:47:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=c1e4cdb14906a391daa1f4d1ac7e881b463906ac'/>
<id>c1e4cdb14906a391daa1f4d1ac7e881b463906ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve sphinx.transforms.post_transforms.images docstrings</title>
<updated>2021-07-18T21:44:55+00:00</updated>
<author>
<name>Louis Maddox</name>
<email>lmmx@users.noreply.github.com</email>
</author>
<published>2021-07-18T21:44:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=3e55a4634b233fe1c8882c52e3a3eadbf4caacea'/>
<id>3e55a4634b233fe1c8882c52e3a3eadbf4caacea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve sphinx.transforms.post_transforms docstrings</title>
<updated>2021-07-18T21:41:50+00:00</updated>
<author>
<name>Louis Maddox</name>
<email>lmmx@users.noreply.github.com</email>
</author>
<published>2021-07-18T21:41:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=1c2e461e0d0d4965071d192294b2de0ab59739d8'/>
<id>1c2e461e0d0d4965071d192294b2de0ab59739d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
