summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 1 insertions, 16 deletions
diff --git a/README.md b/README.md
index 5c269651..9a096aca 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Our old WiKi can still be accessed from the
# Build
-[![Documentation Status](https://readthedocs.org/projects/vyos/badge/?version=latest)](https://docs.vyos.io/en/latest/?badge=latest)
+[![Documentation Status](https://readthedocs.org/projects/vyos/badge/?version=latest)](https://docs.vyos.io/en/latest/?badge=equuleus)
# Versions
@@ -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