<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/tests, branch 3.x</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 #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>test: Update testcase for docutils-0.17 (toctree caption)</title>
<updated>2021-04-03T14:54:19+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-02-12T00:33:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=a6d9b24a3bf14bb22e33283abc3ce60eb16dc6df'/>
<id>a6d9b24a3bf14bb22e33283abc3ce60eb16dc6df</id>
<content type='text'>
Since v0.17, docutils starts to use &lt;figcaption&gt; for caption on HTML
output.  This modifies the expected value of our testcases to support
it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since v0.17, docutils starts to use &lt;figcaption&gt; for caption on HTML
output.  This modifies the expected value of our testcases to support
it.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Update testcase for docutils-0.17 (&lt;section&gt;)</title>
<updated>2021-04-03T14:54:19+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-02-12T00:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=84b9d49826769c7d36f0399ee01777fd5bb8a209'/>
<id>84b9d49826769c7d36f0399ee01777fd5bb8a209</id>
<content type='text'>
Since v0.17, docutils starts to use &lt;section&gt; for section on HTML
output.  This modifies the expected value of our testcases to support
it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since v0.17, docutils starts to use &lt;section&gt; for section on HTML
output.  This modifies the expected value of our testcases to support
it.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Update testcase for docutils-0.17 (empty language)</title>
<updated>2021-04-03T14:54:19+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-02-12T00:22:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=6e438af6c030b8ebe74330bec0a03de2d45dd752'/>
<id>6e438af6c030b8ebe74330bec0a03de2d45dd752</id>
<content type='text'>
Since v0.17, docutils starts to load language module on parsing reST
document using StateMachine directly.  So far, our testcase uses invalid
language code for testing autosummary.  This fixes it to work with new
docutils.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since v0.17, docutils starts to load language module on parsing reST
document using StateMachine directly.  So far, our testcase uses invalid
language code for testing autosummary.  This fixes it to work with new
docutils.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Update testcase for docutils-0.17 (&lt;figure&gt; and &lt;figcaption&gt;)</title>
<updated>2021-04-03T14:54:19+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-02-12T00:21:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=c2ee74f1663b53a20fa1fe7c8d0b99050da64755'/>
<id>c2ee74f1663b53a20fa1fe7c8d0b99050da64755</id>
<content type='text'>
Since v0.17, docutils starts to use &lt;figure&gt; and &lt;figcaption&gt; for figure
and its caption on HTML output.  This modifies the expected value of our
testcases to support it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since v0.17, docutils starts to use &lt;figure&gt; and &lt;figcaption&gt; for figure
and its caption on HTML output.  This modifies the expected value of our
testcases to support it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix testcase: the signature of Enum class has been changed since HEAD of 3.10</title>
<updated>2021-04-03T04:08:31+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-04-03T04:08:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=ec4d410c48805e609e02a7db465b7e22ab193047'/>
<id>ec4d410c48805e609e02a7db465b7e22ab193047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the testcase for linkcheck refers removed URLs</title>
<updated>2021-03-27T08:10:09+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-03-27T07:56:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=26d9a8962ec21c1bbe8b2d90a4d7f3e6f7c25bc8'/>
<id>26d9a8962ec21c1bbe8b2d90a4d7f3e6f7c25bc8</id>
<content type='text'>
Some public URLs are disabled now.
For more details, see https://github.com/sphinx-doc/sphinx/issues/8309
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some public URLs are disabled now.
For more details, see https://github.com/sphinx-doc/sphinx/issues/8309
</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>Adapt our tests to Pygments 2.8.0</title>
<updated>2021-02-14T20:17:17+00:00</updated>
<author>
<name>jfbu</name>
<email>jfbu@free.fr</email>
</author>
<published>2021-02-14T20:13:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=19ea727f1baf0f2d2f4224847f7cb6e53231a864'/>
<id>19ea727f1baf0f2d2f4224847f7cb6e53231a864</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: linkcheck: Refine the constructor of Checker and CheckWorker</title>
<updated>2021-02-12T14:20:07+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-02-06T18:07:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=7252abab1c32c36cf66e1aab739c0921770dd558'/>
<id>7252abab1c32c36cf66e1aab739c0921770dd558</id>
<content type='text'>
Make the constructors of Checker and CheckWorker classes less-coupled
with linkcheck builder.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the constructors of Checker and CheckWorker classes less-coupled
with linkcheck builder.
</pre>
</div>
</content>
</entry>
</feed>
