<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git, branch 4.1.x</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 #9589: autodoc: typing.Annotated has wrongly been rendered</title>
<updated>2021-08-29T07:02:35+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-08-29T06:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=a1bb4a81ced6f39504cd409e5d7305d35ed0ddb1'/>
<id>a1bb4a81ced6f39504cd409e5d7305d35ed0ddb1</id>
<content type='text'>
At the HEAD of 3.10, the implementation of `typing.Annotated` has
been changed to have __qualname__.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At the HEAD of 3.10, the implementation of `typing.Annotated` has
been changed to have __qualname__.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9557 from tk0miya/pygments</title>
<updated>2021-08-21T12:02:50+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-08-21T12:02: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=9f46b1fa6712ce748899a5ab5a20e532c8976352'/>
<id>9f46b1fa6712ce748899a5ab5a20e532c8976352</id>
<content type='text'>
Fix test: Tests has been broken with pygments-2.10+</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix test: Tests has been broken with pygments-2.10+</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test: Tests has been broken with pygments-2.10+</title>
<updated>2021-08-19T14:26:42+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-08-17T16:50:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=bde6c8d2effc56dc8b9098abee796167f972c306'/>
<id>bde6c8d2effc56dc8b9098abee796167f972c306</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9538 from tk0miya/9537_GenericAlias</title>
<updated>2021-08-10T17:10:31+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-08-10T17:10:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=e3a8ee9fcf36d48db6b28f2cd73c1bfe90bd9ae3'/>
<id>e3a8ee9fcf36d48db6b28f2cd73c1bfe90bd9ae3</id>
<content type='text'>
Fix #9537: autodoc: Some typing.* objects are broken</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #9537: autodoc: Some typing.* objects are broken</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #9537: autodoc: Some typing.* objects are broken</title>
<updated>2021-08-10T16:59:38+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-08-10T16:36:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=648af37d864b5d76bbe833785d664e40d56d9768'/>
<id>648af37d864b5d76bbe833785d664e40d56d9768</id>
<content type='text'>
At the HEAD of 3.10, the implementation of `typing._GenericAlias` has
been changed to have correct _name and __name__.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At the HEAD of 3.10, the implementation of `typing._GenericAlias` has
been changed to have correct _name and __name__.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9515 from tk0miya/9504_SpecialForm</title>
<updated>2021-08-01T06:13:27+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-08-01T06:13:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=650730d9b29de0776bc5cf845b153f89ac4fc302'/>
<id>650730d9b29de0776bc5cf845b153f89ac4fc302</id>
<content type='text'>
Fix #9504: autodoc: generate incorrect reference to the parent class</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #9504: autodoc: generate incorrect reference to the parent class</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #9504: autodoc: generate incorrect reference to the parent class</title>
<updated>2021-07-30T16:41:35+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-07-30T16:41:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=d0c97e9eb57126e38b7b018a101df1ecb1ad12b8'/>
<id>d0c97e9eb57126e38b7b018a101df1ecb1ad12b8</id>
<content type='text'>
Autodoc generates incorrect references to the parent class the target
class inherites the class having `_name` attribute.  It conciders the
parent is a kind of SpecialForm'ed class by mistake.  This uses
`isinstance(X, SpecialForm)` to check that.

Note: SpecialForm became a class since Python 3.7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autodoc generates incorrect references to the parent class the target
class inherites the class having `_name` attribute.  It conciders the
parent is a kind of SpecialForm'ed class by mistake.  This uses
`isinstance(X, SpecialForm)` to check that.

Note: SpecialForm became a class since Python 3.7.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #9512: sphinx-build: crashed with the HEAD of Python 3.10</title>
<updated>2021-07-29T17:19:29+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-07-29T16:27: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=1fd5f746539d3e02886032fae8d53af0c2f6ecdd'/>
<id>1fd5f746539d3e02886032fae8d53af0c2f6ecdd</id>
<content type='text'>
Recently, `types.Union` was renamed to `types.UnionType` on the HEAD
of 3.10 (refs: python/cpython#27342). After this change, sphinx-build
has been crashed because of ImportError.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recently, `types.Union` was renamed to `types.UnionType` on the HEAD
of 3.10 (refs: python/cpython#27342). After this change, sphinx-build
has been crashed because of ImportError.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version</title>
<updated>2021-07-26T17:15:05+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-07-26T17:15:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=f210e4541ae916304ea2368a042dc4ace1ab78f5'/>
<id>f210e4541ae916304ea2368a042dc4ace1ab78f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 4.1.2 final</title>
<updated>2021-07-26T17:13:32+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-07-26T17:13:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=4ba5c21b0182557157710a457bed470d335f7571'/>
<id>4ba5c21b0182557157710a457bed470d335f7571</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
