<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git, 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 branch '3.x' into 4606_incorrect_location_of_docstring</title>
<updated>2020-11-04T16:54:23+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-04T16:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=e1e0106aa461834e991b462e22f8edbe3bb8f850'/>
<id>e1e0106aa461834e991b462e22f8edbe3bb8f850</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CHANGES for PR #8355</title>
<updated>2020-11-04T16:53:42+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-04T16:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=0cf1632edf8e4f16796b4324be7de11b99853734'/>
<id>0cf1632edf8e4f16796b4324be7de11b99853734</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 #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>Merge pull request #8367 from tk0miya/do_test_for_py35_in_gha</title>
<updated>2020-11-04T15:01:00+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-04T15:01:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=3171fd709a6114cb99a448bda0dd3abe1859064c'/>
<id>3171fd709a6114cb99a448bda0dd3abe1859064c</id>
<content type='text'>
Do testing with python3.5 at GitHub Actions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do testing with python3.5 at GitHub Actions</pre>
</div>
</content>
</entry>
<entry>
<title>Do testing with python3.5 at GitHub Actions</title>
<updated>2020-11-04T14:21:52+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-04T14:21:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=4478f00c4cc2f813d8b62148813bf0dcc734c7e1'/>
<id>4478f00c4cc2f813d8b62148813bf0dcc734c7e1</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>Do testing at GitHub Actions</title>
<updated>2020-11-04T14:07:54+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-04T13:07:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=242c63dc8bb22ee4aab769eafee129b293aeaf01'/>
<id>242c63dc8bb22ee4aab769eafee129b293aeaf01</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 #8366 from tk0miya/do_test_in_gha</title>
<updated>2020-11-04T14:07:18+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-04T14:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=44fbd005850b2d8681cb4cd9d88dca9686ecb340'/>
<id>44fbd005850b2d8681cb4cd9d88dca9686ecb340</id>
<content type='text'>
Do testing at GitHub Actions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do testing at GitHub Actions</pre>
</div>
</content>
</entry>
<entry>
<title>Do testing at GitHub Actions</title>
<updated>2020-11-04T13:19:33+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-11-04T13:07:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=e84a7ac659cc9a6ba6bb6765b784c5be9b5a16dd'/>
<id>e84a7ac659cc9a6ba6bb6765b784c5be9b5a16dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
