summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-30 05:07:12 +0000
committerGitHub <noreply@github.com>2022-05-30 05:07:12 +0000
commite5d95a13e7bd6f0df3ba6e87f4d8a83ed4045735 (patch)
treea6b491d99a514dcb4a54f39379f0fc34232911ff
parent4ded2eb380e15ed7babbf8a632fc502d75cae040 (diff)
downloadrdflib-e5d95a13e7bd6f0df3ba6e87f4d8a83ed4045735.tar.gz
Update sphinx requirement from <5 to <6
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](https://github.com/sphinx-doc/sphinx/compare/v0.1.61611...v5.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--docs/sphinx-requirements.txt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/sphinx-requirements.txt b/docs/sphinx-requirements.txt
index b3b5e3d2..4af357fc 100644
--- a/docs/sphinx-requirements.txt
+++ b/docs/sphinx-requirements.txt
@@ -1,6 +1,6 @@
git+https://github.com/gniezen/n3pygments.git
myst-parser
-sphinx<5
+sphinx<6
sphinxcontrib-apidoc
sphinxcontrib-kroki
sphinx-autodoc-typehints
diff --git a/setup.py b/setup.py
index c15d397a..8ccb819f 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ kwargs["extras_require"] = {
"tests": kwargs["tests_require"],
"docs": [
"myst-parser",
- "sphinx < 5",
+ "sphinx < 6",
"sphinxcontrib-apidoc",
"sphinxcontrib-kroki",
"sphinx-autodoc-typehints",