setup/doc/sphinx.md

11 lines
258 B
Markdown
Raw Permalink Normal View History

2022-11-08 08:23:46 +01:00
# 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