Skip to content

Commit 2461511

Browse files
dependabot[bot]ppolewicz
authored andcommitted
Update sphinx requirement from <5.0 to <6.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/5.x/CHANGES) - [Commits](sphinx-doc/sphinx@v0.1.61611...v5.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bbbd465 commit 2461511

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Infrastructure
10+
* Change Sphinx major version from 5 to 6
11+
912
## [1.16.0] - 2022-04-27
1013

1114
This release contains a preview of replication support. It allows for basic

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
#
8787
# This is also used if you do content translation via gettext catalogs.
8888
# Usually you set "language" from the command line for these cases.
89-
language = None
89+
language = 'en'
9090

9191
# List of patterns, relative to source directory, that match files and
9292
# directories to ignore when looking for source files.

requirements-doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sadisplay
2-
sphinx<5.0
2+
sphinx<6.0
33
sphinx-autobuild
44
sphinx-rtd-theme
55
sphinxcontrib-plantuml

0 commit comments

Comments
 (0)