#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
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 from 2.1.2 to 4.4.0.
Release notes
Sourced from sphinx's releases.
Changelog
Sourced from sphinx's changelog.
... (truncated)
Commits
88f9647
Bump to 4.4.0 finalfc428ad
Merge pull request #9822 from jakobandersen/intersphinx_role5d595ec
intersphinx role, simplify role_name check6ee0ecb
intersphinx role, simplify role name matching3bf8bcd
intersphinx role, update docsc11b109
intersphinx role: :external+inv:: instead of :external:inv+:9589a2b
intersphinx role, remove redundant method941db55
intersphinx role, fix flake8 warnings9a3f2b8
intersphinx role, CHANGES540d760
intersphinx role, documentationDependabot 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)