<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/sphinx/transforms, branch 4.4.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>Merge pull request #10078 from danieleades/refactor/unused-loop-control-variables</title>
<updated>2022-01-15T17:46:32+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2022-01-15T17:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=d82d37073920ce0e2940dccbd25f719cc92a3352'/>
<id>d82d37073920ce0e2940dccbd25f719cc92a3352</id>
<content type='text'>
address some unused loop control variables</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
address some unused loop control variables</pre>
</div>
</content>
</entry>
<entry>
<title>Skip "data:" URIs in ImageConverter</title>
<updated>2022-01-13T19:15:31+00:00</updated>
<author>
<name>Matthias Geier</name>
<email>Matthias.Geier@gmail.com</email>
</author>
<published>2022-01-13T19:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=a73df1e0f253955a853c80df62b7d5fce1e08e3f'/>
<id>a73df1e0f253955a853c80df62b7d5fce1e08e3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>address some unused loop control variables (B007)</title>
<updated>2022-01-12T20:19:18+00:00</updated>
<author>
<name>Daniel Eades</name>
<email>danieleades@hotmail.com</email>
</author>
<published>2022-01-10T09:21:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=6697ed62ed38287b72dd6ff213ba41d9d8f86466'/>
<id>6697ed62ed38287b72dd6ff213ba41d9d8f86466</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In translated docs, sort glossaries by translated terms</title>
<updated>2022-01-12T15:47:40+00:00</updated>
<author>
<name>Jean Abou Samra</name>
<email>jean@abou-samra.fr</email>
</author>
<published>2022-01-11T21:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=0269bec1ed3a8492427048152770e13bb24d06f0'/>
<id>0269bec1ed3a8492427048152770e13bb24d06f0</id>
<content type='text'>
This is done by moving the sorting from the glossary directive to a
transform operating after the i18n transform.

Closes #9827
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is done by moving the sorting from the glossary directive to a
transform operating after the i18n transform.

Closes #9827
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate to Node.findall() from Node.traverse()</title>
<updated>2022-01-02T15:35:29+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2022-01-01T16:06:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=05a898ecb4ff8e654a053a1ba5131715a4514812'/>
<id>05a898ecb4ff8e654a053a1ba5131715a4514812</id>
<content type='text'>
Node.traverse() was marked as deprecated since docutils-0.18.  Instead
of it, Node.findall() has been added as successor of traverse().

This applies a patch to docutils-0.17 or older to be available
Node.findall() and use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Node.traverse() was marked as deprecated since docutils-0.18.  Instead
of it, Node.findall() has been added as successor of traverse().

This applies a patch to docutils-0.17 or older to be available
Node.findall() and use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>i18n: meta strings are not translated with docutils-0.18</title>
<updated>2022-01-02T03:11:08+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2022-01-01T15:27:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=6a6a4b580014ddc4e1b27b6cf656755decc6fa8c'/>
<id>6a6a4b580014ddc4e1b27b6cf656755decc6fa8c</id>
<content type='text'>
i18n feature for meta strings does not work if docutils-0.18 used.

Note: Since docutils-0.18, patch for meta directive is no longer
needed because it uses a picklable meta nodes; ``docutils.nodes.meta``.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i18n feature for meta strings does not work if docutils-0.18 used.

Note: Since docutils-0.18, patch for meta directive is no longer
needed because it uses a picklable meta nodes; ``docutils.nodes.meta``.
</pre>
</div>
</content>
</entry>
<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>
</feed>
