<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/sphinx, branch v3.5.4</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>Bump to 3.5.4 final</title>
<updated>2021-04-11T11:27:10+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-04-11T11:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=f6a839ff0fed5fa32428f9a6909023ee299067ac'/>
<id>f6a839ff0fed5fa32428f9a6909023ee299067ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #9051: html theme: The style for figure are not applied</title>
<updated>2021-04-10T15:42:07+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-04-10T10:20:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=1d1c813b0199276002aca1dd96dfd7af550057b4'/>
<id>1d1c813b0199276002aca1dd96dfd7af550057b4</id>
<content type='text'>
Since docutils-0.17, figure directive starts to output `&lt;figure&gt;` tag.
To support it, this modifies CSS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since docutils-0.17, figure directive starts to output `&lt;figure&gt;` tag.
To support it, this modifies CSS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix autodoc: Async staticmethods/ classmethods are considered as not async</title>
<updated>2021-04-10T15:37:22+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-04-10T15:37:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=deb603f3c5986966bed42f812be191e989483f35'/>
<id>deb603f3c5986966bed42f812be191e989483f35</id>
<content type='text'>
Since 3.10.0a7, the instances of staticmethod and classmethod have
`__wrapped__` attribute. It confuses sphinx.util.inspect:iscoroutinefunction().

refs:

* https://docs.python.org/3.10/whatsnew/3.10.html#other-language-changes
* https://bugs.python.org/issue43682
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since 3.10.0a7, the instances of staticmethod and classmethod have
`__wrapped__` attribute. It confuses sphinx.util.inspect:iscoroutinefunction().

refs:

* https://docs.python.org/3.10/whatsnew/3.10.html#other-language-changes
* https://bugs.python.org/issue43682
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #8870: Use title node for the caption of toctree</title>
<updated>2021-04-08T16:40:00+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-04-03T15:09:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=ffd243302a1dca5c2b17391410e9c0f96ef0cd88'/>
<id>ffd243302a1dca5c2b17391410e9c0f96ef0cd88</id>
<content type='text'>
Since docutils-0.17, the caption node should not use for the non-figure
nodes.  Therefore, this replaces it by the title node.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since docutils-0.17, the caption node should not use for the non-figure
nodes.  Therefore, this replaces it by the title node.
</pre>
</div>
</content>
</entry>
<entry>
<title>CSS: support for aside.sidebar (from docutils 0.17+)</title>
<updated>2021-04-07T13:55:54+00:00</updated>
<author>
<name>Matthias Geier</name>
<email>Matthias.Geier@gmail.com</email>
</author>
<published>2021-04-04T13:17:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=fa88bb2b8362d2466c2b7951c4bb4858ba88d120'/>
<id>fa88bb2b8362d2466c2b7951c4bb4858ba88d120</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version</title>
<updated>2021-03-20T14:07:26+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-03-20T14:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=14ff1bcf72d17b7ed9ed074f5a2e56da8dc56dcc'/>
<id>14ff1bcf72d17b7ed9ed074f5a2e56da8dc56dcc</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 3.5.3 final</title>
<updated>2021-03-20T14:03:15+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-03-20T14:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=1aca32cfd1b0e9408aca2cff4f68f3880b2d32f1'/>
<id>1aca32cfd1b0e9408aca2cff4f68f3880b2d32f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #8959: using UNIX path separator confuses Sphinx on Windows</title>
<updated>2021-03-19T16:32:47+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-03-06T15:30:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=a19250b46e039fc9a49b38883b90f5d7959a383f'/>
<id>a19250b46e039fc9a49b38883b90f5d7959a383f</id>
<content type='text'>
The first element of env.relfn2path() should be a POSIX path, not a OS
dependent path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The first element of env.relfn2path() should be a POSIX path, not a OS
dependent path.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version</title>
<updated>2021-03-06T12:03:43+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-03-06T12:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=4f8cb861e3b29186b38248fe81e4944fd987fcce'/>
<id>4f8cb861e3b29186b38248fe81e4944fd987fcce</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 3.5.2 final</title>
<updated>2021-03-06T11:59:53+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-03-06T11:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=a969e90f28e0ade11b4c38d9a6e6f3264d1bf971'/>
<id>a969e90f28e0ade11b4c38d9a6e6f3264d1bf971</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
