Bump sphinx from 3.4.3 to 3.5.1 #175

Merged
hansegucker merged 1 commit from dependabot/pip/sphinx-3.5.1 into dev 2021-02-23 09:17:13 +01:00
Owner

Created by: dependabot-preview[bot]

Bumps sphinx from 3.4.3 to 3.5.1.

Changelog

Sourced from sphinx's changelog.

Release 3.5.1 (released Feb 16, 2021)

Bugs fixed

  • #8883: autodoc: AttributeError is raised on assigning annotations on read-only class
  • #8884: html: minified js stemmers not included in the distributed package
  • #8885: html: AttributeError is raised if CSS/JS files are installed via :confval:html_context
  • #8880: viewcode: ExtensionError is raised on incremental build after unparsable python module found

Release 3.5.0 (released Feb 14, 2021)

Dependencies

  • LaTeX: multicol (it is anyhow a required part of the official latex2e base distribution)

Incompatible changes

  • Update Underscore.js to 1.12.0
  • #6550: html: The config variable html_add_permalinks is replaced by :confval:html_permalinks and :confval:html_permalinks_icon

Deprecated

  • pending_xref node for viewcode extension
  • sphinx.builders.linkcheck.CheckExternalLinksBuilder.anchors_ignore
  • sphinx.builders.linkcheck.CheckExternalLinksBuilder.auth
  • sphinx.builders.linkcheck.CheckExternalLinksBuilder.broken
  • sphinx.builders.linkcheck.CheckExternalLinksBuilder.good
  • sphinx.builders.linkcheck.CheckExternalLinksBuilder.redirected
  • sphinx.builders.linkcheck.CheckExternalLinksBuilder.rqueue
  • sphinx.builders.linkcheck.CheckExternalLinksBuilder.to_ignore
  • sphinx.builders.linkcheck.CheckExternalLinksBuilder.workers
  • sphinx.builders.linkcheck.CheckExternalLinksBuilder.wqueue
  • sphinx.builders.linkcheck.node_line_or_0()
  • sphinx.ext.autodoc.AttributeDocumenter.isinstanceattribute()
  • sphinx.ext.autodoc.directive.DocumenterBridge.reporter
  • sphinx.ext.autodoc.importer.get_module_members()
  • sphinx.ext.autosummary.generate._simple_info()
  • sphinx.ext.autosummary.generate._simple_warn()
  • sphinx.writers.html.HTMLTranslator.permalink_text

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
*Created by: dependabot-preview[bot]* Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.3 to 3.5.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES">sphinx's changelog</a>.</em></p> <blockquote> <h1>Release 3.5.1 (released Feb 16, 2021)</h1> <h2>Bugs fixed</h2> <ul> <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/8883">#8883</a>: autodoc: AttributeError is raised on assigning <strong>annotations</strong> on read-only class</li> <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/8884">#8884</a>: html: minified js stemmers not included in the distributed package</li> <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/8885">#8885</a>: html: AttributeError is raised if CSS/JS files are installed via :confval:<code>html_context</code></li> <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/8880">#8880</a>: viewcode: ExtensionError is raised on incremental build after unparsable python module found</li> </ul> <h1>Release 3.5.0 (released Feb 14, 2021)</h1> <h2>Dependencies</h2> <ul> <li>LaTeX: <code>multicol</code> (it is anyhow a required part of the official latex2e base distribution)</li> </ul> <h2>Incompatible changes</h2> <ul> <li>Update Underscore.js to 1.12.0</li> <li><a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/6550">#6550</a>: html: The config variable <code>html_add_permalinks</code> is replaced by :confval:<code>html_permalinks</code> and :confval:<code>html_permalinks_icon</code></li> </ul> <h2>Deprecated</h2> <ul> <li>pending_xref node for viewcode extension</li> <li><code>sphinx.builders.linkcheck.CheckExternalLinksBuilder.anchors_ignore</code></li> <li><code>sphinx.builders.linkcheck.CheckExternalLinksBuilder.auth</code></li> <li><code>sphinx.builders.linkcheck.CheckExternalLinksBuilder.broken</code></li> <li><code>sphinx.builders.linkcheck.CheckExternalLinksBuilder.good</code></li> <li><code>sphinx.builders.linkcheck.CheckExternalLinksBuilder.redirected</code></li> <li><code>sphinx.builders.linkcheck.CheckExternalLinksBuilder.rqueue</code></li> <li><code>sphinx.builders.linkcheck.CheckExternalLinksBuilder.to_ignore</code></li> <li><code>sphinx.builders.linkcheck.CheckExternalLinksBuilder.workers</code></li> <li><code>sphinx.builders.linkcheck.CheckExternalLinksBuilder.wqueue</code></li> <li><code>sphinx.builders.linkcheck.node_line_or_0()</code></li> <li><code>sphinx.ext.autodoc.AttributeDocumenter.isinstanceattribute()</code></li> <li><code>sphinx.ext.autodoc.directive.DocumenterBridge.reporter</code></li> <li><code>sphinx.ext.autodoc.importer.get_module_members()</code></li> <li><code>sphinx.ext.autosummary.generate._simple_info()</code></li> <li><code>sphinx.ext.autosummary.generate._simple_warn()</code></li> <li><code>sphinx.writers.html.HTMLTranslator.permalink_text</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinx/commit/baed519b90ca0ff77748b0445dc6aec598197c80"><code>baed519</code></a> Bump to 3.5.1 final</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/e2bef2d1d24b62f445f823d76106c38cd67e63ae"><code>e2bef2d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/8896">#8896</a> from tk0miya/8883_AttributeError_assigning_annotations</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/66539af2f41b44f34898b1312cdc187ddf066f62"><code>66539af</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/8893">#8893</a> from tk0miya/8885_AttributeError_html_context</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/82501a6f6ff1e037d6f8fed12b257e8cdb9c34a7"><code>82501a6</code></a> Fix <a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/8885">#8885</a>: html: AttributeError for CSS/JS files on html_context</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/b29ee3ded00de1d3ddc6547b171f091374a71e47"><code>b29ee3d</code></a> Fix <a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/8883">#8883</a>: autodoc: AttributeError on assigning <strong>annotations</strong></li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/82052838239187b0ec0e2b2b8911e5f6263491cf"><code>8205283</code></a> refactor: html: Fix typo</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/633c5ad9c6f4511e3016dd451f17ace1ad160fb2"><code>633c5ad</code></a> Update CHANGES for PR <a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/8888">#8888</a></li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/89a1175a6ca67d7878051f2bc1dc62338029ac1c"><code>89a1175</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/8892">#8892</a> from tk0miya/8888</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/ba0fa064f9aeb6368a644d40674225f3539ef99c"><code>ba0fa06</code></a> Merge branch '3.5.x' into 8888</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/f993f769984223c2d73846f5d32c8d5de613488d"><code>f993f76</code></a> Update CHANGES for PR <a href="https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/8886">#8886</a></li> <li>Additional commits viewable in <a href="https://github.com/sphinx-doc/sphinx/compare/v3.4.3...v3.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=sphinx&package-manager=pip&previous-version=3.4.3&new-version=3.5.1)](https://dependabot.com/compatibility-score/?dependency-name=sphinx&package-manager=pip&previous-version=3.4.3&new-version=3.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-App-Plank!175
No description provided.