summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2021-09-19 15:38:00 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2021-09-19 15:38:00 +0200
commitb6399765536da6c3843e2f9119b34abdf837ce38 (patch)
treeee697db17b1b6e4961d0d3b69b69f73752678195
parentf9425cfc040f720acd2c78b200d2b7c868f44d4e (diff)
downloadgobject-introspection-b6399765536da6c3843e2f9119b34abdf837ce38.tar.gz
poetry: add support for sphinx v4 and sphinx-rtd-theme v1
Tested with 4.2 and 1.0 and things loog good
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a6bf6918..8dae0503 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,8 +11,8 @@ pycairo = "^1.16"
[tool.poetry.dev-dependencies]
pytest = "^6.0.0"
flake8 = "^3.9.1"
-Sphinx = "^3.5.4"
-sphinx-rtd-theme = "^0.5.2"
+Sphinx = "^3.5.4|^4.2.0"
+sphinx-rtd-theme = "^0.5.2|^1.0.0"
coverage = "^5.5"
[build-system]