Move the comment about Sphinx 1.4 out of the top-level README.

This commit is contained in:
Dan Gohman
2018-08-02 13:12:07 -07:00
parent 5cf2c6f0f7
commit c5a554db83
2 changed files with 2 additions and 5 deletions

View File

@@ -132,6 +132,3 @@ generator](https://www.sphinx-doc.org/):
$ cd cranelift/docs
$ make html
$ open _build/html/index.html
We don't support Sphinx versions before 1.4 since the format of index
tuples has changed.

View File

@@ -27,8 +27,8 @@ sys.path.insert(0, os.path.abspath('../lib/codegen/meta-python'))
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
#
# We don't support Sphinx versions before 1.4 since the format of index
# tuples has changed.
needs_sphinx = '1.4'
# Add any Sphinx extension module names here, as strings. They can be