From 8792b73282a9c9f3712f2a23b41ec418e344ab18 Mon Sep 17 00:00:00 2001 From: Szymon Duchniewicz Date: Wed, 10 Nov 2021 23:23:10 +0100 Subject: [PATCH] README: Specify version of Sphinx required. Specifies the required version of Sphinx and amend the requirement installation command. (Sphinx versions >1.4 no longer work for this spec). --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 745548a..444a8e3 100644 --- a/README.txt +++ b/README.txt @@ -2,7 +2,7 @@ This is the Greybus Specification. Requirements: -- Sphinx: http://sphinx-doc.org/contents.html +- Sphinx (Version 1.4): http://sphinx-doc.org/contents.html - LaTeX (and pdflatex, and various LaTeX packages) - Graphviz (in particular, "dot"): http://www.graphviz.org/ - Mscgen: http://www.mcternan.me.uk/mscgen/ @@ -10,7 +10,7 @@ Requirements: On Ubuntu: -# apt-get install python-sphinx texlive texlive-latex-extra texlive-humanities graphviz mscgen imagemagick librsvg2-bin +# apt-get install texlive texlive-latex-extra texlive-humanities graphviz mscgen imagemagick librsvg2-bin; pip install Sphinx==1.4 Then: