setup/doc/sphinx.md

11 lines
258 B
Markdown

# Setup Sphinx documentation generator
* get the latest version of installed packages and refresh the repo cache
```
sudo apt update
```
* install Sphinx directly from the official repository
```
sudo apt-get install python3-sphinx --no-install-recommends