diff mbox series

[1/6] Revert "docs: prevent build error by rolling back Sphinx version"

Message ID 20210930105518.487744-1-stephen@that.guru
State Accepted
Headers show
Series [1/6] Revert "docs: prevent build error by rolling back Sphinx version" | expand

Commit Message

Stephen Finucane Sept. 30, 2021, 10:55 a.m. UTC
This reverts commit 65547c8701004f1a2a9ed9d16f1a372f4bd856e4. There is a
new release of sphinxcontrib-httpdomain [1] that fixes the issues with
Sphinx 4.1.x and later [2]

[1] https://github.com/sphinx-contrib/httpdomain/releases/tag/1.8.0
[2] https://github.com/sphinx-contrib/httpdomain/pull/54
---
 docs/requirements.txt | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff mbox series

Patch

diff --git docs/requirements.txt docs/requirements.txt
index b60bca53..e2641c8f 100644
--- docs/requirements.txt
+++ docs/requirements.txt
@@ -1,6 +1,4 @@ 
-# sphinx 4.1.x breaks sphinxcontrib-httpdomain which sphinxcontrib-openapi depends on
-# see https://github.com/sphinx-contrib/httpdomain/pull/51
-sphinx>=2.0,<4.1
+sphinx>=2.0
 reno>=2.2
 sphinx_rtd_theme~=0.5.0
 jinja2~=2.11.2