<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/doc/extdev, branch 4.2.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 typo</title>
<updated>2021-07-07T23:16:22+00:00</updated>
<author>
<name>Eisuke Kawashima</name>
<email>e-kwsm@users.noreply.github.com</email>
</author>
<published>2021-07-07T16:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=652ebf1bf56f7e35a3be657244b2f6a863cb78d7'/>
<id>652ebf1bf56f7e35a3be657244b2f6a863cb78d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '4.0.x' into 4.x</title>
<updated>2021-06-30T12:24:06+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-06-30T12:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=ec351bdf3d9405e664e8f793d3cddfa2fddfd07e'/>
<id>ec351bdf3d9405e664e8f793d3cddfa2fddfd07e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #9032: docs: sphinx.environment.NoUri was removed at v3.0.0</title>
<updated>2021-06-13T17:18:01+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-06-13T17:17:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=62f128700eb41dc5158447156482a072071296dd'/>
<id>62f128700eb41dc5158447156482a072071296dd</id>
<content type='text'>
Our deprecation list describes `sphinx.environment.NoUri` was removed at
v4.0.0.  But, acutally, it was removed at v3.0.0 (#6223).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Our deprecation list describes `sphinx.environment.NoUri` was removed at
v4.0.0.  But, acutally, it was removed at v3.0.0 (#6223).
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert the removal of sphinx.util:force_decode()</title>
<updated>2021-06-13T07:31:33+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-06-13T06:46:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=519cc078fdedd848e798a6ee3176c59b0f7da97e'/>
<id>519cc078fdedd848e798a6ee3176c59b0f7da97e</id>
<content type='text'>
After the release of 4.0.0, some 3rd party extensions have became not
working with the latest Sphinx because `force_decode()` function was
removed.  It was deprecated since Sphinx-2.0 and warned for the removal
since 3.0.

This reverts the removal and extends its deprecation period to 5.0.0.  I
hope it helps users of these extensions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After the release of 4.0.0, some 3rd party extensions have became not
working with the latest Sphinx because `force_decode()` function was
removed.  It was deprecated since Sphinx-2.0 and warned for the removal
since 3.0.

This reverts the removal and extends its deprecation period to 5.0.0.  I
hope it helps users of these extensions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9303 from tk0miya/fix_docslint</title>
<updated>2021-06-06T04:33:17+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-06-06T04:33:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=b6245266ab9bddfb549c96eba63c196bf35ff0db'/>
<id>b6245266ab9bddfb549c96eba63c196bf35ff0db</id>
<content type='text'>
doc: Fix docslint misunderstanding scope of code-blocks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doc: Fix docslint misunderstanding scope of code-blocks</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Fix docslint misunderstanding scope of code-blocks</title>
<updated>2021-06-06T04:24:06+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-06-06T03:52:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=e0500f7354989e5190ec874376535a1dfe65bab5'/>
<id>e0500f7354989e5190ec874376535a1dfe65bab5</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 #9260 from tk0miya/9016_linkcheck_github_anchors</title>
<updated>2021-06-03T16:18:22+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-06-03T16:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=1418e3acbb8d89f2af812e93894b2cb7e9526f48'/>
<id>1418e3acbb8d89f2af812e93894b2cb7e9526f48</id>
<content type='text'>
Close #9016: linkcheck builder failed to check the anchors of github.com</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #9016: linkcheck builder failed to check the anchors of github.com</pre>
</div>
</content>
</entry>
<entry>
<title>Close #9016: linkcheck builder failed to check the anchors of github.com</title>
<updated>2021-05-31T15:31:15+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-05-22T05:13:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=92335bd6e67dec9d8cadfdfb6d441a440e8dc87e'/>
<id>92335bd6e67dec9d8cadfdfb6d441a440e8dc87e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>deprecate sphinx.ext.autosummary._app</title>
<updated>2021-05-30T17:09:10+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-05-21T17:16:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=46c2e45aa69da739dee89a97c21f20253d1f61cc'/>
<id>46c2e45aa69da739dee89a97c21f20253d1f61cc</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 #9242 from tk0miya/refactor_env2</title>
<updated>2021-05-21T17:22:42+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-05-21T17:22:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=abe5ab4fa7aa4af4de8a65de1b51241852324591'/>
<id>abe5ab4fa7aa4af4de8a65de1b51241852324591</id>
<content type='text'>
refactor: Make the app argument for BuildEnvironment required</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refactor: Make the app argument for BuildEnvironment required</pre>
</div>
</content>
</entry>
</feed>
