Skip to content

Commit e80a697

Browse files
committed
Fix CI failures (#1994)
* Try to fix build failures by updating sphinx See sphinx-doc/sphinx#9811 * Does not work with py2, so pin old docutils
1 parent d8abd07 commit e80a697

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
capstone
22
coveralls
33
doc2dash
4+
docutils<0.18
45
isort
56
mako>=1.0.0
67
paramiko>=1.15.2
@@ -14,4 +15,4 @@ ropgadget>=5.3
1415
sphinx<3.4
1516
sphinx_rtd_theme
1617
sphinxcontrib-napoleon
17-
sphinxcontrib-autoprogram<=0.1.5
18+
sphinxcontrib-autoprogram<=0.1.5

0 commit comments

Comments
 (0)