<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/tests, branch master</title>
<subtitle>github.com: sphinx-doc/sphinx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/'/>
<entry>
<title>Refactor ``status_iterator``</title>
<updated>2023-05-15T09:43:55+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+aa-turner@users.noreply.github.com</email>
</author>
<published>2023-05-13T01:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=d3c91f951255c6729a53e38c895ddc0af036b5b9'/>
<id>d3c91f951255c6729a53e38c895ddc0af036b5b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow ``copyright`` to contain multiple entries (#10983)</title>
<updated>2023-05-11T21:43:48+00:00</updated>
<author>
<name>Stefanie Molin</name>
<email>24376333+stefmolin@users.noreply.github.com</email>
</author>
<published>2023-05-11T21:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=e09d02e440691e842377f0ebea7910d307509a81'/>
<id>e09d02e440691e842377f0ebea7910d307509a81</id>
<content type='text'>
Co-authored-by: Adam Turner &lt;9087854+AA-Turner@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Adam Turner &lt;9087854+AA-Turner@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Allow multi-line object description signatures (#11011)</title>
<updated>2023-05-11T13:28:57+00:00</updated>
<author>
<name>TLouf</name>
<email>31036680+TLouf@users.noreply.github.com</email>
</author>
<published>2023-05-11T13:28:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=86b07d4a97a225e79150d14e25a768ebc4c087cc'/>
<id>86b07d4a97a225e79150d14e25a768ebc4c087cc</id>
<content type='text'>
Co-authored-by: Adam Turner &lt;9087854+aa-turner@users.noreply.github.com&gt;
Co-authored-by: Jean-François B &lt;2589111+jfbu@users.noreply.github.com&gt;
Co-authored-by: TLouf &lt;loufthomas@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Adam Turner &lt;9087854+aa-turner@users.noreply.github.com&gt;
Co-authored-by: Jean-François B &lt;2589111+jfbu@users.noreply.github.com&gt;
Co-authored-by: TLouf &lt;loufthomas@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>html builder: Append CRC32 checksum to asset URIs (#11415)</title>
<updated>2023-05-11T04:19:31+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+AA-Turner@users.noreply.github.com</email>
</author>
<published>2023-05-11T04:19:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=ae206694e68bea074aca633ea0d32e9ed882a95f'/>
<id>ae206694e68bea074aca633ea0d32e9ed882a95f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Warn on deprecated Python-specific index types (#11412)</title>
<updated>2023-05-09T21:57:39+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+AA-Turner@users.noreply.github.com</email>
</author>
<published>2023-05-09T21:57:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=706f5f9cc83f1d62829bb18ad40bfa5e784e202c'/>
<id>706f5f9cc83f1d62829bb18ad40bfa5e784e202c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>linkcheck: Use context managers for HTTP requests (#11318)</title>
<updated>2023-05-09T16:09:35+00:00</updated>
<author>
<name>James Addison</name>
<email>55152140+jayaddison@users.noreply.github.com</email>
</author>
<published>2023-05-09T16:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=c9d0933e5d8e34aa9d2c1d88c5a80b46b575730e'/>
<id>c9d0933e5d8e34aa9d2c1d88c5a80b46b575730e</id>
<content type='text'>
This closes HTTP responses when no content reads are required, as
when requests are made in streaming mode, ``requests`` doesn't know
whether the caller may intend to later read content from a streamed
HTTP response object and holds the socket open.

Co-authored-by: Adam Turner &lt;9087854+AA-Turner@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This closes HTTP responses when no content reads are required, as
when requests are made in streaming mode, ``requests`` doesn't know
whether the caller may intend to later read content from a streamed
HTTP response object and holds the socket open.

Co-authored-by: Adam Turner &lt;9087854+AA-Turner@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Remove HTML 4 support (#11385)</title>
<updated>2023-04-28T10:32:12+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+AA-Turner@users.noreply.github.com</email>
</author>
<published>2023-04-28T10:32:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=ad473730a3763f241e9aaea1a87d1893f01b86fd'/>
<id>ad473730a3763f241e9aaea1a87d1893f01b86fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make ``locale`` required in ``sphinx.util.i18n.format_date()`` (#11366)</title>
<updated>2023-04-27T00:30:40+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+AA-Turner@users.noreply.github.com</email>
</author>
<published>2023-04-27T00:30:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=3c4e78e2361b1e155fe7f6d29f1112c036d8e3b2'/>
<id>3c4e78e2361b1e155fe7f6d29f1112c036d8e3b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the deprecated ``sphinx.ext.napoleon.iterators`` module (#11364)</title>
<updated>2023-04-27T00:27:07+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+AA-Turner@users.noreply.github.com</email>
</author>
<published>2023-04-27T00:27:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=973e8fb5cf2664ef70666dfb1c98b8ac67c2224d'/>
<id>973e8fb5cf2664ef70666dfb1c98b8ac67c2224d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the deprecated Setuptools integration (#11363)</title>
<updated>2023-04-27T00:22:04+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+AA-Turner@users.noreply.github.com</email>
</author>
<published>2023-04-27T00:22:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx-git.git/commit/?id=2a9e805206be7859dea0d222ca9b20a8875d3726'/>
<id>2a9e805206be7859dea0d222ca9b20a8875d3726</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
