Skip to content

Commit 002dd22

Browse files
authored
Merge pull request #323 from Backblaze/dependabot/pip/sphinx-lt-6.0
Update sphinx requirement from <5.0 to <6.0
2 parents 62c9a1b + f39fc5d commit 002dd22

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
### Infrastructure
1717
* Add 3.11.0-beta.1 to CI
18+
* Change Sphinx major version from 5 to 6
1819

1920
## [1.16.0] - 2022-04-27
2021

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)