summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorerkin <e.altunbas@vyos.io>2022-02-12 11:30:14 +0300
committererkin <e.altunbas@vyos.io>2022-02-12 11:30:14 +0300
commit174b3fe9bb73712485d99b2d0ce4a6866585b252 (patch)
tree9799bb8c14eb5f8d5e4746fb679e0c5cb368938d /README.md
parent6b1fccde2784a42b38936ceeea3477116aef40ad (diff)
downloadvyos-documentation-174b3fe9bb73712485d99b2d0ce4a6866585b252.tar.gz
vyos-documentation-174b3fe9bb73712485d99b2d0ce4a6866585b252.zip
Remove obsolete information about native documentation generation
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/README.md b/README.md
index 5c269651..90d397d3 100644
--- a/README.md
+++ b/README.md
@@ -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