<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/.github, branch master</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>Test with Docutils 0.20</title>
<updated>2023-05-09T18:24:18+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+aa-turner@users.noreply.github.com</email>
</author>
<published>2023-05-09T18:24:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=8942a1dddf2355928f088d6b631db8658034eaae'/>
<id>8942a1dddf2355928f088d6b631db8658034eaae</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://git.baserock.org/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>Update documentation workflow</title>
<updated>2023-05-09T15:51:52+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+aa-turner@users.noreply.github.com</email>
</author>
<published>2023-05-09T15:51:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=2b1c106bbff5265e8a6076318db5d083c329d575'/>
<id>2b1c106bbff5265e8a6076318db5d083c329d575</id>
<content type='text'>
- Add 'workflow_dispatch' target
- Force output to use colour
- Print traceback on error
- Use parallel building
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add 'workflow_dispatch' target
- Force output to use colour
- Print traceback on error
- Use parallel building
</pre>
</div>
</content>
</entry>
<entry>
<title>Change concurrency groups for GitHub workflows</title>
<updated>2023-04-29T21:44:55+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+aa-turner@users.noreply.github.com</email>
</author>
<published>2023-04-29T21:44:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=ba7408209e84ee413f240afc20f3c6b484a81f8f'/>
<id>ba7408209e84ee413f240afc20f3c6b484a81f8f</id>
<content type='text'>
This means that 'push' triggered workflows are not cancelled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This means that 'push' triggered workflows are not cancelled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Continuous integration: resolve docutils installation step build failures (#11331)</title>
<updated>2023-04-16T13:05:09+00:00</updated>
<author>
<name>James Addison</name>
<email>55152140+jayaddison@users.noreply.github.com</email>
</author>
<published>2023-04-16T13:05:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=0fb6716f3f519d3cd74d85e30b7920fb886a1aad'/>
<id>0fb6716f3f519d3cd74d85e30b7920fb886a1aad</id>
<content type='text'>
* continuous integration: add comment explaining PYTHONWARNINGS env var to main unit test workflow

* continuous integration: unit test workflow: report-but-do-not-fail
  when warnings about pkg_resources deprecation are encountered during
  docutils dependency installation

* continuous integration: unit test workflow: instead of reducing the
  severity of all DeprecationWarnings during docutils (non-dev)
  installation, apply two message filters - one each for the warnings
  encountered so far

* continuous integration: unit test workflow: add 'module' and 'line'
  fields for warning filters

Ref:
https://docs.python.org/3/library/warnings.html#describing-warning-filters


---------

Co-authored-by: Jean-François B &lt;2589111+jfbu@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* continuous integration: add comment explaining PYTHONWARNINGS env var to main unit test workflow

* continuous integration: unit test workflow: report-but-do-not-fail
  when warnings about pkg_resources deprecation are encountered during
  docutils dependency installation

* continuous integration: unit test workflow: instead of reducing the
  severity of all DeprecationWarnings during docutils (non-dev)
  installation, apply two message filters - one each for the warnings
  encountered so far

* continuous integration: unit test workflow: add 'module' and 'line'
  fields for warning filters

Ref:
https://docs.python.org/3/library/warnings.html#describing-warning-filters


---------

Co-authored-by: Jean-François B &lt;2589111+jfbu@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Enable 'nit-picky mode' for Sphinx's documentation</title>
<updated>2023-04-06T22:11:39+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+aa-turner@users.noreply.github.com</email>
</author>
<published>2023-04-06T22:11:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=7ecf0372809825b97082a73587b3c27660db01a7'/>
<id>7ecf0372809825b97082a73587b3c27660db01a7</id>
<content type='text'>
Fix several reference errors throughout the documentation and set
``nitpick_ignore`` in ``doc/conf.py``.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix several reference errors throughout the documentation and set
``nitpick_ignore`` in ``doc/conf.py``.
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve lint errors from Ruff 0.0.261</title>
<updated>2023-04-05T13:19:43+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+aa-turner@users.noreply.github.com</email>
</author>
<published>2023-04-05T13:18:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=52a099b7ec9b08aa034c05c515d7ba5e6f7b004c'/>
<id>52a099b7ec9b08aa034c05c515d7ba5e6f7b004c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run Ruff linting with a known-to-work version</title>
<updated>2023-03-31T16:52:29+00:00</updated>
<author>
<name>Adam Turner</name>
<email>9087854+aa-turner@users.noreply.github.com</email>
</author>
<published>2023-03-31T16:52:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=f019b89c0524b896d8f3b67e04e2ccd87a799822'/>
<id>f019b89c0524b896d8f3b67e04e2ccd87a799822</id>
<content type='text'>
This means that CI tests will only fail if the 'known good' version
fails. If the latest version of Ruff fails, perhaps due to new
checks, CI will not fail overall, but the failures from the latest
version will be reported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This means that CI tests will only fail if the 'known good' version
fails. If the latest version of Ruff fails, perhaps due to new
checks, CI will not fail overall, but the failures from the latest
version will be reported.
</pre>
</div>
</content>
</entry>
<entry>
<title>Pin to ruff==0.0.259 (provisory)</title>
<updated>2023-03-31T15:18:29+00:00</updated>
<author>
<name>Jean-François B</name>
<email>2589111+jfbu@users.noreply.github.com</email>
</author>
<published>2023-03-31T15:16:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=3e6d56adc00f1af0d00e6928884b2e2d2c0b7e86'/>
<id>3e6d56adc00f1af0d00e6928884b2e2d2c0b7e86</id>
<content type='text'>
This is because I would like CI to succeed for a while in order to merge
some LaTeX patch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is because I would like CI to succeed for a while in order to merge
some LaTeX patch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Provis. ignore onerror depr. warn when install. DocUtils with 3.12-dev</title>
<updated>2023-03-26T21:52:55+00:00</updated>
<author>
<name>Jean-François B</name>
<email>2589111+jfbu@users.noreply.github.com</email>
</author>
<published>2023-03-26T21:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=321f8860970664ba343dc53e4d26e380a1bc20b2'/>
<id>321f8860970664ba343dc53e4d26e380a1bc20b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
