Skip to content

Commit eeba44f

Browse files
dependabot[bot]Ashley Scillitoe
andauthored
Update sphinx requirement from <6.0.0,>=4.2.0 to >=4.2.0,<7.0.0 (#852)
* Update sphinx requirement from <6.0.0,>=4.2.0 to >=4.2.0,<7.0.0 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](sphinx-doc/sphinx@v4.2.0...v6.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update intersphinx_mapping to sphinx>1.0 format --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ashley Scillitoe <[email protected]>
1 parent 2b2ad3a commit eeba44f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

doc/source/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,10 @@
238238
# -- Options for intersphinx extension ---------------------------------------
239239

240240
# Example configuration for intersphinx: refer to the Python standard library.
241-
intersphinx_mapping = {'https://docs.python.org/': None}
241+
intersphinx_mapping = {
242+
'python': ('https://docs.python.org/', None),
243+
}
244+
242245

243246
# -- Options for todo extension ----------------------------------------------
244247

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dependencies for building docs, separate from dev.txt as this is also used for builds on readthedocs.org
22
# core dependencies
3-
sphinx>=4.2.0, <6.0.0
3+
sphinx>=4.2.0, <7.0.0
44
sphinx-autodoc-typehints>=1.12.0, <1.21 # limited due to https://github.com/tox-dev/sphinx-autodoc-typehints/issues/260
55
sphinx-rtd-theme>=1.0.0, <2.0.0
66
myst-parser>=1.0, <2.0

0 commit comments

Comments
 (0)