docs #6

Merged
dscharnitzky merged 7 commits from docs into master 2020-04-08 23:05:32 +02:00
Showing only changes of commit b7d69406d5 - Show all commits

View File

@ -39,11 +39,9 @@ steps:
- name: make_docs
image: python:3.8
commands:
- pip3 install Sphinx
- pip install sphinx_rtd_theme
- pip3 install Sphinx sphinx_rtd_theme
- pip3 install -r requirements.txt
- cd docs
- sphinx-apidoc -o source/ ../
- make html
- name: build_docs