<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/sphinx/testing, branch v3.2.1</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>Fix typo</title>
<updated>2020-07-25T23:19:58+00:00</updated>
<author>
<name>Joachim Jablon</name>
<email>ewjoachim@gmail.com</email>
</author>
<published>2020-07-25T23:19:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=71a16f54aa643c3c0bee586716ecff56dd3eac80'/>
<id>71a16f54aa643c3c0bee586716ecff56dd3eac80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix lint</title>
<updated>2020-07-05T19:04:25+00:00</updated>
<author>
<name>Yuxin Wu</name>
<email>ppwwyyxxc@gmail.com</email>
</author>
<published>2020-07-04T01:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=f121390ea6a5aff43b318a6cbc4a8631f92ac412'/>
<id>f121390ea6a5aff43b318a6cbc4a8631f92ac412</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>show docs for decorated special functions</title>
<updated>2020-07-05T19:04:25+00:00</updated>
<author>
<name>Yuxin Wu</name>
<email>ppwwyyxxc@gmail.com</email>
</author>
<published>2020-07-03T23:57:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=85fd0d870d3d1996767522a1b1b47ac616c9273c'/>
<id>85fd0d870d3d1996767522a1b1b47ac616c9273c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #7341: py domain: type annotations are converted to cross refs</title>
<updated>2020-03-22T08:10:00+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-03-21T05:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=b0a6b3f285359fd3637a0fc031bf462328e31f1b'/>
<id>b0a6b3f285359fd3637a0fc031bf462328e31f1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix comparer</title>
<updated>2020-02-23T14:43:35+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-02-23T14:43:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=1e1fd2b67e8e1491768132890e0f65789402b58d'/>
<id>1e1fd2b67e8e1491768132890e0f65789402b58d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: Update type annotations in sphinx.testing.*</title>
<updated>2020-02-23T06:13:51+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-02-16T11:32:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=58c53c92f4616bcac2548830add0520f2198a5f7'/>
<id>58c53c92f4616bcac2548830add0520f2198a5f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing: Add Path.read_text() and Path.read_bytes()</title>
<updated>2020-02-01T02:45:47+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-02-01T01:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=7d6374d983cc757e8bb7911da13f2dce7d69ec36'/>
<id>7d6374d983cc757e8bb7911da13f2dce7d69ec36</id>
<content type='text'>
To migrate pathlib.Path in future, compatibile methods are needed
for our Path class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To migrate pathlib.Path in future, compatibile methods are needed
for our Path class.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: Rename var keyword argument to "**kwargs"</title>
<updated>2020-01-07T16:39:07+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-12-30T08:41:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=a6a1721de6ffdae3886e852b59f33630f1998477'/>
<id>a6a1721de6ffdae3886e852b59f33630f1998477</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A happy new year!</title>
<updated>2020-01-01T02:15:42+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-01-01T02:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=fc523c3ccff5b2227efe4391a68dae7a5b973971'/>
<id>fc523c3ccff5b2227efe4391a68dae7a5b973971</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mypy: Enable disallow_incomplete_defs flag for type checking</title>
<updated>2019-12-30T08:22:56+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2019-12-29T14:56:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=ab184ac20d82d0546c21f33d2fdfbfb324078d56'/>
<id>ab184ac20d82d0546c21f33d2fdfbfb324078d56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
