<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/doc/extdev, 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>refactor: linkcheck: Separate thread manager feature from builder class</title>
<updated>2021-02-12T14:19:01+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-02-03T17:06:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=5c223d20d6c275c7371cc229499b82af9b54fd55'/>
<id>5c223d20d6c275c7371cc229499b82af9b54fd55</id>
<content type='text'>
To reduce the complexity of the linkcheck builder, this separates
the thread manager feature from the builder class as
HyperlinkAvailabilityChecker.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To reduce the complexity of the linkcheck builder, this separates
the thread manager feature from the builder class as
HyperlinkAvailabilityChecker.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: linkcheck: Deprecate attributes of linkcheck builders</title>
<updated>2021-02-06T17:39:35+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-02-03T16:56:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=899ccfd40ead50d35f6c7244ea7dad367ab71073'/>
<id>899ccfd40ead50d35f6c7244ea7dad367ab71073</id>
<content type='text'>
Move anchors_ignore, auth and to_ignore to
HyperlinkAvailabilityCheckWorker and become deprecated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move anchors_ignore, auth and to_ignore to
HyperlinkAvailabilityCheckWorker and become deprecated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #8780: long words in narrow columns may not be hyphenated</title>
<updated>2021-01-28T23:24:44+00:00</updated>
<author>
<name>jfbu</name>
<email>jfbu@free.fr</email>
</author>
<published>2021-01-28T23:24:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=185a2d27fee2418ee9056caac0a0652c63a0a7d7'/>
<id>185a2d27fee2418ee9056caac0a0652c63a0a7d7</id>
<content type='text'>
This is done by adding '\hskip0pt\relax\n' whenever a paragraph starts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is done by adding '\hskip0pt\relax\n' whenever a paragraph starts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #6550: html: Allow to use HTML permalink texts</title>
<updated>2021-01-24T05:17:07+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2020-12-27T06:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=15cbc6dbb0b07aaa43ed95fa7fcc7bb8fe107a4e'/>
<id>15cbc6dbb0b07aaa43ed95fa7fcc7bb8fe107a4e</id>
<content type='text'>
Add new configuration variables: `html_permalinks` and
`html_permalinks_icon`.

This refines the settings around HTML permalinks.

* html_add_permalinks
  * Deprecated.
* html_permalinks
  * Enable or disable permalinks feature.
* html_permalinks_icon
  * Change the icon for permalinks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new configuration variables: `html_permalinks` and
`html_permalinks_icon`.

This refines the settings around HTML permalinks.

* html_add_permalinks
  * Deprecated.
* html_permalinks
  * Enable or disable permalinks feature.
* html_permalinks_icon
  * Change the icon for permalinks
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Show type annotations for methods of Sphinx application class</title>
<updated>2021-01-23T15:08:04+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-01-23T15:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=2626a74f0ad5ad33ba7e2ef4d19f4887e5786109'/>
<id>2626a74f0ad5ad33ba7e2ef4d19f4887e5786109</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #8704: viewcode: anchors are generated in incremental build</title>
<updated>2021-01-22T12:41:42+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-01-18T18:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=5260143afe020676513b87709fbdd2612d2bdeb3'/>
<id>5260143afe020676513b87709fbdd2612d2bdeb3</id>
<content type='text'>
The anchors for viewcode was generated in the reading phase only if
supported builder is used.  It causes anchors are missing on the
incremental build after the build for non supported builder.

This introduces `viewcode_anchor` node to insert the anchor even if non
supported builders.  They will be converted to the anchor tag in the
resolving phase for supported builders.  Or, they will be removed for
non supported builders.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The anchors for viewcode was generated in the reading phase only if
supported builder is used.  It causes anchors are missing on the
incremental build after the build for non supported builder.

This introduces `viewcode_anchor` node to insert the anchor even if non
supported builders.  They will be converted to the anchor tag in the
resolving phase for supported builders.  Or, they will be removed for
non supported builders.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate linkcheck builder {broken,good,redirected}</title>
<updated>2021-01-21T16:06:51+00:00</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2021-01-21T16:02:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=aa5e4e2da0b47966f0a0f5779132d9e865728af6'/>
<id>aa5e4e2da0b47966f0a0f5779132d9e865728af6</id>
<content type='text'>
These attributes were used to cache checked links and avoid issuing
another web request to the same URI.

Since 82ef497a8c88f0f6e50d84520e7276bfbf65025d, links are pre-processed
to ensure uniqueness. This caching the results of checked links is no
longer useful.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These attributes were used to cache checked links and avoid issuing
another web request to the same URI.

Since 82ef497a8c88f0f6e50d84520e7276bfbf65025d, links are pre-processed
to ensure uniqueness. This caching the results of checked links is no
longer useful.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8702 from tk0miya/4304_linkcheck_same_url</title>
<updated>2021-01-20T12:12:22+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-01-20T12:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=82ef497a8c88f0f6e50d84520e7276bfbf65025d'/>
<id>82ef497a8c88f0f6e50d84520e7276bfbf65025d</id>
<content type='text'>
linkcheck: Do not check the availability of the same URL repeatedly</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
linkcheck: Do not check the availability of the same URL repeatedly</pre>
</div>
</content>
</entry>
<entry>
<title>linkcheck: Fix race condition that could lead to checking the availability of the same URL twice</title>
<updated>2021-01-20T11:58:27+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-01-18T15:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=cead0f6ddfaa58ac4e8a365918dbad07b0b633fc'/>
<id>cead0f6ddfaa58ac4e8a365918dbad07b0b633fc</id>
<content type='text'>
So far, linkcheck scans all of references and images from documents, and
checks them parallel.  As a result, some URL would be checked twice (or
more) by race condition.

This collects the URL via post-transforms, and removes duplicated URLs
before checking availability.

refs: #4303
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So far, linkcheck scans all of references and images from documents, and
checks them parallel.  As a result, some URL would be checked twice (or
more) by race condition.

This collects the URL via post-transforms, and removes duplicated URLs
before checking availability.

refs: #4303
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: autosummary: Deprecate _simple_info() and _simple_warn()</title>
<updated>2021-01-19T17:23:34+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-01-19T17:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=d49f3a1c78cadd6ed5c9623b80a351b080d9405e'/>
<id>d49f3a1c78cadd6ed5c9623b80a351b080d9405e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
