Updated drone stuff to generate docs
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

hopefully
This commit is contained in:
Pünkösd Marcell 2020-04-08 21:07:54 +02:00
parent 1584c44113
commit b7d69406d5

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