<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/sphinx/transforms, branch support_py310</title>
<subtitle>github.com: sphinx-doc/sphinx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/'/>
<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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
<entry>
<title>Fix typo</title>
<updated>2021-07-07T23:16:22+00:00</updated>
<author>
<name>Eisuke Kawashima</name>
<email>e-kwsm@users.noreply.github.com</email>
</author>
<published>2021-07-07T16:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=652ebf1bf56f7e35a3be657244b2f6a863cb78d7'/>
<id>652ebf1bf56f7e35a3be657244b2f6a863cb78d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '4.0.x' into 4.x</title>
<updated>2021-06-30T12:24:06+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-06-30T12:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=ec351bdf3d9405e664e8f793d3cddfa2fddfd07e'/>
<id>ec351bdf3d9405e664e8f793d3cddfa2fddfd07e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #9322: KeyError is raised on PropagateDescDomain transform</title>
<updated>2021-06-13T14:22:42+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-06-13T14:11:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=2de7c35573f557798fc65c17c8830178321c0a78'/>
<id>2de7c35573f557798fc65c17c8830178321c0a78</id>
<content type='text'>
PropageteDescDomain applies the domain name from the "domain" attribute
of parent node (desc node) to the desc_signature node.  The structure
has longly generated by ObjectDescription.  But it must not be a new
rule.

This allows to build document that contains non standard doctree.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PropageteDescDomain applies the domain name from the "domain" attribute
of parent node (desc node) to the desc_signature node.  The structure
has longly generated by ObjectDescription.  But it must not be a new
rule.

This allows to build document that contains non standard doctree.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9239 from igo95862/https-links</title>
<updated>2021-05-19T13:59:19+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-05-19T13:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=549f09e048093418a2d4b1d8b76dc7743f50bad4'/>
<id>549f09e048093418a2d4b1d8b76dc7743f50bad4</id>
<content type='text'>
Upgrade URLs to use HTTPS</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upgrade URLs to use HTTPS</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '4.0.x' into 4.x</title>
<updated>2021-05-19T13:48:26+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-05-19T13:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=8049cd6925224dbe7a3c75d8ed56fe768b2c4b94'/>
<id>8049cd6925224dbe7a3c75d8ed56fe768b2c4b94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #9240: Unknown node error for pending_xref_condition is raised</title>
<updated>2021-05-17T16:55:36+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-05-17T16:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=2d3d668856e518203200e95b8b64788c98d39d9a'/>
<id>2d3d668856e518203200e95b8b64788c98d39d9a</id>
<content type='text'>
Unknown node error for pending_xref_condition is raised if an extension
that does not support the node installs a missing-reference handler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unknown node error for pending_xref_condition is raised if an extension
that does not support the node installs a missing-reference handler.
</pre>
</div>
</content>
</entry>
</feed>
