Skip to content

Commit

Permalink
Update sphinx requirement from <5 to <6
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 30, 2022
1 parent 4ded2eb commit e5d95a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
git+https://github.com/gniezen/n3pygments.git
myst-parser
sphinx<5
sphinx<6
sphinxcontrib-apidoc
sphinxcontrib-kroki
sphinx-autodoc-typehints
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tests": kwargs["tests_require"],
"docs": [
"myst-parser",
"sphinx < 5",
"sphinx < 6",
"sphinxcontrib-apidoc",
"sphinxcontrib-kroki",
"sphinx-autodoc-typehints",
Expand Down

0 comments on commit e5d95a1

Please sign in to comment.