feat: add Sphinx

This commit is contained in:
dancingCycle 2022-11-08 08:23:46 +01:00
parent cd7bb6fc8d
commit 98f007699c
2 changed files with 15 additions and 0 deletions

10
doc/sphinx.md Normal file
View File

@ -0,0 +1,10 @@
# 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

5
doc/sphinx.md.license Normal file
View File

@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad <swingbe.de>
*
* SPDX-License-Identifier: CC0-1.0
*/