Skip to content

Commit

Permalink
rex.setup: pin docutils to >=0.12, <0.13
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
andreypopp committed Oct 27, 2021
1 parent e813780 commit 62c0822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rex.setup/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@
'sphinxcontrib-texfigure >=0.1.0, <0.2',
'sphinxcontrib-htsql >=0.1.0, <0.2',
'Sphinx >=1.2, <1.8',
'docutils >=0.12,<0.13',
], )

0 comments on commit 62c0822

Please sign in to comment.