Skip to content

Commit 62c0822

Browse files
committed
rex.setup: pin docutils to >=0.12, <0.13
This is the version pinned in rex.widget and rex.action so this is what's used in the codebase. But in the rex.setup's tests we are installing only rex.setup and rex.setup_demo and the newly released docutils 0.18 breaks the old Sphinx we are using. So the pin of docutils version at rex.setup fixes this.
1 parent e813780 commit 62c0822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rex.setup/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@
4343
'sphinxcontrib-texfigure >=0.1.0, <0.2',
4444
'sphinxcontrib-htsql >=0.1.0, <0.2',
4545
'Sphinx >=1.2, <1.8',
46+
'docutils >=0.12,<0.13',
4647
], )

0 commit comments

Comments
 (0)