diff options
author | erkin <e.altunbas@vyos.io> | 2022-02-12 11:30:14 +0300 |
---|---|---|
committer | erkin <e.altunbas@vyos.io> | 2022-02-12 11:33:58 +0300 |
commit | 06326bcc84ab6b8021e17ae3fa4b9a4654b6af42 (patch) | |
tree | c0e2c76db6ddd041e722971c683264b3aa29284a /README.md | |
parent | 5d13bc96ee6cc09b02f14eef520ac41d425e1319 (diff) | |
download | vyos-documentation-06326bcc84ab6b8021e17ae3fa4b9a4654b6af42.tar.gz vyos-documentation-06326bcc84ab6b8021e17ae3fa4b9a4654b6af42.zip |
Remove obsolete information about native documentation generation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -28,20 +28,6 @@ largest. There are 88 of them, here's the * 1.4.x: `sagitta` (Arrow) * ... -## Native - -To build the manual, run the following commands inside the `docs` folder: - -* `make html` for an HTML manual -* `make latexpdf` for a LaTeX rendered PDF - -Required Debian Packages: -* `latexmk` -* `texlive-latex-recommended` -* `texlive-fonts-recommended` -* `texlive-latex-extra` -* `sphinx` - ### sphinx Debian requires some extra steps for installing `sphinx`, `sphinx-autobuild` and `sphinx-rtd-theme` packages: @@ -76,7 +62,6 @@ Then run: sudo pip install sphinx-rtd-theme ``` - Do the following to build the HTML and start a webserver: * Run `make livehtml` inside the `docs` folder |