Okay we have setup docs in CONTRIBUTING nvm

This commit is contained in:
Nadja Reitzenstein 2022-05-12 16:44:40 +02:00
parent c794881d4f
commit ae074ffcf1
2 changed files with 1 additions and 9 deletions

View File

@ -8,7 +8,7 @@ Please note we have a code of conduct, please follow it in all your interactions
- Install Sphinx packages for your system.
```sudo pacman -S python-sphinx```
```sudo pacman -S python-sphinx python-sphinx_rtd_theme python-recommonmark```
or ```apt install python-sphinx```
- Clone or update the gitlab-repo of the documentation

View File

@ -1,11 +1,3 @@
# fabaccess-docs
Documentation for the fabaccess project.
## Setup
### Archlinux
Install required packages:
```shell
$ pacman -S python-sphinx python-sphinx_rtd_theme python-recommonmark
```