Skip to content

Commit 68d5e37

Browse files
authored
Merge pull request swiftlang#23487 from nafu/specify-sphinx-version
2 parents 1f9b866 + 8bac3bd commit 68d5e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ To read the compiler documentation, start by installing the
297297
[Sphinx](http://sphinx-doc.org) documentation generator tool by running the
298298
command:
299299

300-
easy_install -U Sphinx
300+
easy_install -U "Sphinx < 2.0"
301301

302302
Once complete, you can build the Swift documentation by changing directory into
303303
[docs](https://github.com/apple/swift/tree/master/docs) and typing `make`. This

0 commit comments

Comments
 (0)