Skip to content

Commit dc21dd5

Browse files
committed
Fix docutils version
1 parent b3ddfa0 commit dc21dd5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

conda/dev.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,4 @@ dependencies:
2525
- sphinx >=5.2.0
2626
- sphinx-multiversion >=0.2.4
2727
- sphinx_rtd_theme >=1.0.0
28-
# Need to pin docutils because 0.17 has a bug with unordered lists
29-
# https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
30-
- docutils >=0.16,<0.17
28+
- docultils >=0.17.1

0 commit comments

Comments
 (0)