Merge pull request #200 from thomas-mangin/master

update build documentation
This commit is contained in:
Christian Poessinger 2020-02-04 18:42:23 +01:00 committed by GitHub
commit 373eaff6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: Then follow these steps to install sphinx group of packages:
```bash ```bash
sudo apt-get install python3-sphinx sudo apt-get install python3-sphinx
sudo apt-get install python-pip sudo apt-get install python3-sphinx-rtd-theme
sudo pip install sphinx-rtd-theme
sudo pip install sphinx-autobuild
``` ```
To build the html, start a webeserver, and view the output: To build the html, start a webeserver, and view the output: