<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/sphinx/ext, 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>Merge branch '4.x' into 9607_incorrect_orig_bases</title>
<updated>2021-09-26T17:21:14+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-09-26T17:21:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=d288907fd1338696934fbaefae4fc0e9d322389a'/>
<id>d288907fd1338696934fbaefae4fc0e9d322389a</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.x' into 9657_qualname_of_mock</title>
<updated>2021-09-26T16:58:44+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-09-26T16:58:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=0ea135e6d44daa858d6e476d009d1e805417bb32'/>
<id>0ea135e6d44daa858d6e476d009d1e805417bb32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #9651: autodoc_typehints_description_target was confused by :returns:</title>
<updated>2021-09-25T17:10:13+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-09-25T15:45:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=5fb6fb603965fe32ecbb45f408eea4060a979c28'/>
<id>5fb6fb603965fe32ecbb45f408eea4060a979c28</id>
<content type='text'>
It only checks the existence of `:return:` field.  And it does not check
`:returns:` field.  It causes the absence of return types.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It only checks the existence of `:return:` field.  And it does not check
`:returns:` field.  It causes the absence of return types.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #9655: autodoc: mocked object having doc comment is warned unexpectedly</title>
<updated>2021-09-23T17:04:25+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-09-23T16:51: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=bdc2112dbcbfb6405282a0c25a55141a5cd3d9b2'/>
<id>bdc2112dbcbfb6405282a0c25a55141a5cd3d9b2</id>
<content type='text'>
A warning for mocked object should not be emitted if it has doc comment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A warning for mocked object should not be emitted if it has doc comment.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #9657: autodoc: basecls for a subclass of mocked object is incorrect</title>
<updated>2021-09-20T17:03:31+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-09-20T17:03: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=e79efef63a7e748cc96c95a592a59a2a16704bf1'/>
<id>e79efef63a7e748cc96c95a592a59a2a16704bf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #9607: autodoc: Incorrect base class detection</title>
<updated>2021-09-20T04:20:26+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-09-20T04:20: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=10b7f0e2522e44fe33f900ef317c25bbadeeb5a0'/>
<id>10b7f0e2522e44fe33f900ef317c25bbadeeb5a0</id>
<content type='text'>
In case of the descendants of generic class, the value of
obj.__orig_bases__ is incorrect because it returns original base
arguments for the child of the generic class instead of the target
class itself.

This uses obj.__dict__ to get the correct __orig_bases__ information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case of the descendants of generic class, the value of
obj.__orig_bases__ is incorrect because it returns original base
arguments for the child of the generic class instead of the target
class itself.

This uses obj.__dict__ to get the correct __orig_bases__ information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9644 from xmo-odoo/fix-sourcename-broken-getattr</title>
<updated>2021-09-17T16:18:57+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-09-17T16:18:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=62fd91b8d1e2c192e42e750efbe5d072b9d52a60'/>
<id>62fd91b8d1e2c192e42e750efbe5d072b9d52a60</id>
<content type='text'>
Protect `sphinx.ext.autodoc.get_sourcename` against misbehaving `__getattr__`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Protect `sphinx.ext.autodoc.get_sourcename` against misbehaving `__getattr__`</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9640 from tk0miya/9639_support_asyncgenfunction</title>
<updated>2021-09-17T16:03:34+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-09-17T16:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=506590d4baa0eba5ba4c7461ffbaefc1ebc9607e'/>
<id>506590d4baa0eba5ba4c7461ffbaefc1ebc9607e</id>
<content type='text'>
Close #9639: autodoc: Support asynchronous generator functions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #9639: autodoc: Support asynchronous generator functions</pre>
</div>
</content>
</entry>
<entry>
<title>Protect get_sourcename against misbehaving `__getattr__`</title>
<updated>2021-09-17T06:44:10+00:00</updated>
<author>
<name>Xavier Morel</name>
<email>xmo@odoo.com</email>
</author>
<published>2021-09-17T06:44:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=69af4d2d008435fed9e0254e8abd73f6fbc8d84d'/>
<id>69af4d2d008435fed9e0254e8abd73f6fbc8d84d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #9639: autodoc: Support asynchronous generator functions</title>
<updated>2021-09-16T17:20:40+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-09-16T17:19:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=ccfca458eac84342d8f90f8d6c93b4711a849614'/>
<id>ccfca458eac84342d8f90f8d6c93b4711a849614</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
