summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2022-04-12 16:22:40 +1000
committerIan Wienand <iwienand@redhat.com>2022-04-12 06:27:24 +0000
commit2438e4692eed179b84871fe49af4277168a403cf (patch)
tree4634a4d0b27034beecb682ca02453b05c6ac4f70
parentf0bf27521428699fb8c17cc9db4378b9cb65028b (diff)
downloadzuul-2438e4692eed179b84871fe49af4277168a403cf.tar.gz
doc: uncap sphinx
The issue referenced inline was fixed by [1] and is in sphinx-contrib/httpdomain 1.8.0, so we can uncap Sphinx now. This has the nice side-effect of fixing another problem; Sphinx 4.1.0 doesn't work with Python 3.10 [2] :) [1] https://github.com/sphinx-contrib/httpdomain/commit/e3d99f530b727909aadb6f37d18475104084f459 [2] https://github.com/sphinx-doc/sphinx/issues/9562 Change-Id: I910f237f6aff3c3a3f664d3dd8f16042b63857a5
-rw-r--r--doc/requirements.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 965e03665..2489898ae 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,8 +1,5 @@
ansible
-# NOTE(ianw) 2021-07-13: <4.1.0 until related issue in
-# sphixcontrib-httpdomain fixed
-# https://github.com/sphinx-contrib/httpdomain/pull/51
-sphinx>=1.8,<4.1.0
+sphinx>=1.8
sphinxcontrib-blockdiag>=1.1.0
sphinxcontrib-programoutput
sphinx-autodoc-typehints