diff options
author | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-02-03 16:23:00 +0000 |
---|---|---|
committer | Thomas Mangin <thomas.mangin@exa.net.uk> | 2020-02-03 16:23:00 +0000 |
commit | 84363883fbc7059e4e2ef3f8aa138d25d449af84 (patch) | |
tree | 81f28316ddb522fb0e058ac8375ae396683e3495 /README.md | |
parent | ca5dd80dac0fe782c55c9c834287dec659e263e2 (diff) | |
download | vyos-documentation-84363883fbc7059e4e2ef3f8aa138d25d449af84.tar.gz vyos-documentation-84363883fbc7059e4e2ef3f8aa138d25d449af84.zip |
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
Diffstat (limited to 'README.md')
-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: |