Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sphinx from 4.0.2 to 4.4.0 #74

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2022

Bumps sphinx from 4.0.2 to 4.4.0.

Release notes

Sourced from sphinx's releases.

v4.4.0

Changelog: https://www.sphinx-doc.org/en/master/changes.html

v4.3.1

No release notes provided.

Changelog

Sourced from sphinx's changelog.

Release 4.4.0 (released Jan 17, 2022)

Dependencies

  • #10007: Use importlib_metadata for python-3.9 or older
  • #10007: Drop setuptools

Features added

  • #9075: autodoc: Add a config variable :confval:autodoc_typehints_format to suppress the leading module names of typehints of function signatures (ex. io.StringIO -> StringIO)
  • #9831: Autosummary now documents only the members specified in a module's __all__ attribute if :confval:autosummary_ignore_module_all is set to False. The default behaviour is unchanged. Autogen also now supports this behavior with the --respect-module-all switch.
  • #9555: autosummary: Improve error messages on failure to load target object
  • #9800: extlinks: Emit warning if a hardcoded link is replaceable by an extlink, suggesting a replacement.
  • #9961: html: Support nested HTML elements in other HTML builders
  • #10013: html: Allow to change the loading method of JS via loading_method parameter for :meth:Sphinx.add_js_file()
  • #9551: html search: "Hide Search Matches" link removes "highlight" parameter from URL
  • #9815: html theme: Wrap sidebar components in div to allow customizing their layout via CSS
  • #9827: i18n: Sort items in glossary by translated terms
  • #9899: py domain: Allows to specify cross-reference specifier (. and ~) as :type: option
  • #9894: linkcheck: add option linkcheck_exclude_documents to disable link checking in matched documents.
  • #9793: sphinx-build: Allow to use the parallel build feature in macOS on macOS and Python3.8+
  • #10055: sphinx-build: Create directories when -w option given
  • #9993: std domain: Allow to refer an inline target (ex. ``_target name```) via :rst:role:ref` role
  • #9981: std domain: Strip value part of the option directive from general index
  • #9391: texinfo: improve variable in samp role
  • #9578: texinfo: Add :confval:texinfo_cross_references to disable cross references for readability with standalone readers
  • #9822 (and #9062), add new Intersphinx role :rst:role:external for explict lookup in the external projects, without resolving to the local project.

Bugs fixed

  • #9866: autodoc: doccomment for the imported class was ignored

... (truncated)

Commits
  • 88f9647 Bump to 4.4.0 final
  • fc428ad Merge pull request #9822 from jakobandersen/intersphinx_role
  • 5d595ec intersphinx role, simplify role_name check
  • 6ee0ecb intersphinx role, simplify role name matching
  • 3bf8bcd intersphinx role, update docs
  • c11b109 intersphinx role: :external+inv:: instead of :external:inv+:
  • 9589a2b intersphinx role, remove redundant method
  • 941db55 intersphinx role, fix flake8 warnings
  • 9a3f2b8 intersphinx role, CHANGES
  • 540d760 intersphinx role, documentation
  • Additional commits viewable in compare view

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)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.0.2 to 4.4.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v4.0.2...v4.4.0)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 17, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2022

Superseded by #94.

@dependabot dependabot bot closed this Mar 28, 2022
@dependabot dependabot bot deleted the dependabot/pip/sphinx-4.4.0 branch March 28, 2022 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants