mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Fix native build layout
This commit is contained in:
parent
a7cef06c95
commit
7dea305232
14
README.md
14
README.md
@ -20,18 +20,20 @@ Required Debian Packages:
|
|||||||
* `texlive-latex-recommended`
|
* `texlive-latex-recommended`
|
||||||
* `texlive-fonts-recommended`
|
* `texlive-fonts-recommended`
|
||||||
* `texlive-latex-extra`
|
* `texlive-latex-extra`
|
||||||
* `sphinx` (See sphinx below)
|
* `sphinx`
|
||||||
|
|
||||||
### sphinx
|
### sphinx
|
||||||
Installing `sphinx`, `sphinx-autobuild` and `sphinx-rtd-theme` packages
|
Debian, requires some extra steps for
|
||||||
on Debian, requires some extra steps:
|
installing `sphinx`, `sphinx-autobuild` and `sphinx-rtd-theme` packages:
|
||||||
First ensure that phython3 is the default one
|
|
||||||
|
First ensure that phython3 is the default:
|
||||||
```bash
|
```bash
|
||||||
python --version
|
python --version
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, to make python3 the default fix the following line to
|
Alternatively, to make python3 the default, revise the following line to
|
||||||
point to relevant 3.x version of binary on your system:
|
point to the relevant 3.x version of the binary on your system:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3....
|
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3....
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user