diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-04 18:42:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 18:42:23 +0100 |
commit | 373eaff6b04a2c50339337775ed54d5dba5a0e34 (patch) | |
tree | 81f28316ddb522fb0e058ac8375ae396683e3495 | |
parent | ca5dd80dac0fe782c55c9c834287dec659e263e2 (diff) | |
parent | 84363883fbc7059e4e2ef3f8aa138d25d449af84 (diff) | |
download | vyos-documentation-373eaff6b04a2c50339337775ed54d5dba5a0e34.tar.gz vyos-documentation-373eaff6b04a2c50339337775ed54d5dba5a0e34.zip |
Merge pull request #200 from thomas-mangin/master
update build documentation
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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: |