Skip to content

Commit 8bac3bd

Browse files
committed
[SR-10149] Specify sphinx version
Resolve: https://bugs.swift.org/browse/SR-10149
1 parent a169a95 commit 8bac3bd

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
@@ -295,7 +295,7 @@ To read the compiler documentation, start by installing the
295295
[Sphinx](http://sphinx-doc.org) documentation generator tool by running the
296296
command:
297297

298-
easy_install -U Sphinx
298+
easy_install -U "Sphinx < 2.0"
299299

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

0 commit comments

Comments
 (0)