From cd52b671e6f81a85bb797f357a10115919d3cd95 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Thu, 23 Mar 2017 09:42:36 -0700 Subject: [PATCH] Remove spurious shell redirections from install commands. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8bd8dd13e6..6f343fb258 100644 --- a/README.rst +++ b/README.rst @@ -65,7 +65,7 @@ Building the documentation To build the Cretonne documentation, you need the `Sphinx documentation generator `_:: - $ pip install sphinx>=1.4 sphinx-autobuild sphinx_rtd_theme + $ pip install sphinx sphinx-autobuild sphinx_rtd_theme $ cd cretonne/docs $ make html $ open _build/html/index.html