<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/tests, branch 4606_incorrect_location_of_docstring</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 #8355 from sphinx-doc/7613_class__signature__</title>
<updated>2020-11-04T16:51:17+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-04T16:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=f46c14bbcaf04eae00436b8eaebb26d73a2e1ada'/>
<id>f46c14bbcaf04eae00436b8eaebb26d73a2e1ada</id>
<content type='text'>
Fix #7613: autodoc: autodoc does not respect __signature__ of the class</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #7613: autodoc: autodoc does not respect __signature__ of the class</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '3.3.x' into 3.x</title>
<updated>2020-11-04T16:20:33+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-04T16:20:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=2be6aaa7a45d5589aecbe36dfa7911c3bdbecff7'/>
<id>2be6aaa7a45d5589aecbe36dfa7911c3bdbecff7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix testcases for singledispatch are sometimes failed</title>
<updated>2020-11-04T14:19:27+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-04T14:19:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=218de39462798c8e102ff375b8ee9fb336537041'/>
<id>218de39462798c8e102ff375b8ee9fb336537041</id>
<content type='text'>
They are sometimes failed with python3.5 because the order of singledispatch
functions is not stable on python 3.5.  This uses comparision via "in"
keyword to check the signature of singledispatch functions stably.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are sometimes failed with python3.5 because the order of singledispatch
functions is not stable on python 3.5.  This uses comparision via "in"
keyword to check the signature of singledispatch functions stably.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '3.x' into 7613_class__signature__</title>
<updated>2020-11-03T02:39:23+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-03T02:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=7065dc0157a0383b189fd8f5d7a2208751eb4d59'/>
<id>7065dc0157a0383b189fd8f5d7a2208751eb4d59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #6914: Emit a detailed warning when failed to resolve :ref:</title>
<updated>2020-11-02T17:27:43+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-08-08T11:06:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=0e98e9b1a8ade24acf1d91f59aa90e8b1e179b19'/>
<id>0e98e9b1a8ade24acf1d91f59aa90e8b1e179b19</id>
<content type='text'>
To be clear the ambiguous warning for missing-reference :ref:,
this separates the warning to missing-label and missing-caption.

To emit a warning dynamically, this also adds a new event:
`warn-missing-reference` to customize warning messages via event
handlers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To be clear the ambiguous warning for missing-reference :ref:,
this separates the warning to missing-label and missing-caption.

To emit a warning dynamically, this also adds a new event:
`warn-missing-reference` to customize warning messages via event
handlers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '3.2.x' into 3.x</title>
<updated>2020-11-01T11:31:49+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-01T11:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=b415b25c099c1a7e88cc886bdc661d6be5965e19'/>
<id>b415b25c099c1a7e88cc886bdc661d6be5965e19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #7613: autodoc: autodoc does not respect __signature__ of the class</title>
<updated>2020-11-01T09:27:16+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-01T09:23:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=9a44e4527704f17cca158b260b68a8dd37f95970'/>
<id>9a44e4527704f17cca158b260b68a8dd37f95970</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 #8050 from keewis/preprocess-other-sections</title>
<updated>2020-10-29T16:54:34+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-10-29T16:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=68c89f471c2b302eb2797818bf7cabe604fc488a'/>
<id>68c89f471c2b302eb2797818bf7cabe604fc488a</id>
<content type='text'>
Preprocess other sections</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preprocess other sections</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8051 from keewis/fix-see_also</title>
<updated>2020-10-29T15:49:59+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-10-29T15:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=921f0979060f209542a266ea79a5664e54160033'/>
<id>921f0979060f209542a266ea79a5664e54160033</id>
<content type='text'>
use the obj role for all See Also items</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use the obj role for all See Also items</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '3.x' into 7785_autodoc_typehints_none_for_overloads</title>
<updated>2020-10-27T17:13:49+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-10-27T17:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=871f43f77837d7e668fcaac8d22cdeaff3d7b8e0'/>
<id>871f43f77837d7e668fcaac8d22cdeaff3d7b8e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
