From b7d69406d53f35f0881d395c87cc7262e93dc25a Mon Sep 17 00:00:00 2001 From: marcsello Date: Wed, 8 Apr 2020 21:07:54 +0200 Subject: [PATCH] Updated drone stuff to generate docs hopefully --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ad4aab0..abe2614 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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