diff options
author | rebortg <github@ghlr.de> | 2023-09-12 22:16:59 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-09-12 22:16:59 +0200 |
commit | 686a2597f4b1b23a36792bca261d4f901024960e (patch) | |
tree | 6f5fe07949eecce2c2644c830befe9f879437493 /README.md | |
parent | 975df767347a2d6abe2c789824250a8e2fcbd3eb (diff) | |
parent | 4533a8f8ff1639a50b30f031cea8270bcf04e3ed (diff) | |
download | vyos-documentation-686a2597f4b1b23a36792bca261d4f901024960e.tar.gz vyos-documentation-686a2597f4b1b23a36792bca261d4f901024960e.zip |
Merge branch 'master' of github.com:vyos/vyos-documentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -29,7 +29,8 @@ largest. There are 88 of them, here's the ### Sphinx Debian requires some extra steps for -installing `sphinx`, `sphinx-autobuild` and `sphinx-rtd-theme` packages: +installing `sphinx`, `sphinx-autobuild`, `sphinx-notfound-page`, `sphinx-panels`, +`sphinx-rtd-theme`, `lxml`, and `myst-parser` packages: First ensure that Python 2 & Python 3 are installed and Python 3 is the default: ```bash @@ -58,7 +59,7 @@ python --version Then run: ```bash -sudo pip install sphinx-rtd-theme +sudo pip install sphinx-autobuild sphinx-notfound-page sphinx-panels sphinx-rtd-theme lxml myst-parser ``` Do the following to build the HTML and start a web server: |