Skip to content

Commit

Permalink
Fix CI failures (#1994)
Browse files Browse the repository at this point in the history
* Try to fix build failures by updating sphinx

See sphinx-doc/sphinx#9811

* Does not work with py2, so pin old docutils
  • Loading branch information
Arusekk authored Nov 11, 2021
1 parent 315a462 commit a8c8c28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
capstone
coveralls
doc2dash
docutils<0.18
isort
mako>=1.0.0
paramiko>=1.15.2
Expand All @@ -14,4 +15,4 @@ ropgadget>=5.3
sphinx<3.4
sphinx_rtd_theme
sphinxcontrib-napoleon
sphinxcontrib-autoprogram<=0.1.5
sphinxcontrib-autoprogram<=0.1.5

0 comments on commit a8c8c28

Please sign in to comment.