Skip to content

Commit

Permalink
Merge pull request #323 from Backblaze/dependabot/pip/sphinx-lt-6.0
Browse files Browse the repository at this point in the history
Update sphinx requirement from <5.0 to <6.0
  • Loading branch information
ppolewicz authored Jun 1, 2022
2 parents 62c9a1b + f39fc5d commit 002dd22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Infrastructure
* Add 3.11.0-beta.1 to CI
* Change Sphinx major version from 5 to 6

## [1.16.0] - 2022-04-27

Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sadisplay
sphinx<5.0
sphinx<6.0
sphinx-autobuild
sphinx-rtd-theme
sphinxcontrib-plantuml

0 comments on commit 002dd22

Please sign in to comment.