diff options
author | Yuxiang Zhu <vfreex@gmail.com> | 2023-09-10 20:37:00 +0800 |
---|---|---|
committer | Yuxiang Zhu <vfreex@gmail.com> | 2023-09-10 20:37:00 +0800 |
commit | 4e3492804e32bc317a6f1fa1a38f75557e5853fe (patch) | |
tree | 3240405e8f3d8a7ac314ecdd20ac8b7e5d6efd71 | |
parent | d80690d56318c401e881ad6e524c23aa9d0ffb8e (diff) | |
download | vyos-documentation-4e3492804e32bc317a6f1fa1a38f75557e5853fe.tar.gz vyos-documentation-4e3492804e32bc317a6f1fa1a38f75557e5853fe.zip |
Update README for missing dependencies
-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: |