Skip to content

Commit 30d0f3a

Browse files
authored
Pin docutils to 0.16 (pytorch#1458)
docutils-0.17 causes sphinx-build to fail with: ``` UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 69: ordinal not in range(128) ``` Which comes from new https://sourceforge.net/p/docutils/code/8590/tree/trunk/docutils/docutils/writers/latex2e/docutils.sty
1 parent 9a43c95 commit 30d0f3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
sphinx==1.8.2
44
sphinx-gallery==0.3.1
5+
docutils==0.16
56
sphinx-copybutton
67
tqdm
78
numpy

0 commit comments

Comments
 (0)