Skip to content

Commit 0179765

Browse files
committed
Revert "docs: Increase support range for reno"
This reverts commit 996c097. Turns out we were trying to build docs with Python 2 instead of Python 3. This is resolved now. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 613d80c commit 0179765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r ../requirements.txt
22
sphinx>=1.5,<2.0
33
sphinx-click>=2.0,<3.0
4-
reno>=2.0,<4.0
4+
reno>=3.0,<4.0
55
sphinx-rtd-theme==0.4.3

0 commit comments

Comments
 (0)