From 84363883fbc7059e4e2ef3f8aa138d25d449af84 Mon Sep 17 00:00:00 2001 From: Thomas Mangin Date: Mon, 3 Feb 2020 16:23:00 +0000 Subject: update build documentation The current requirements.txt does not include sphinx-autobuild (it is part of the python3-sphinx on buster) sphinx-rtd-theme is available as a debian package --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 402dfbbc..67b90b43 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,7 @@ sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.... Then follow these steps to install sphinx group of packages: ```bash sudo apt-get install python3-sphinx -sudo apt-get install python-pip -sudo pip install sphinx-rtd-theme -sudo pip install sphinx-autobuild +sudo apt-get install python3-sphinx-rtd-theme ``` To build the html, start a webeserver, and view the output: -- cgit v1.2.3