From 61f80f2be6e7c15eee48458a6e0790a80e09e36c Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Sat, 24 Sep 2022 23:32:53 -0400 Subject: [PATCH] install all requirements.txt for building docs --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b14c0c7..4bfc4de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,8 +21,8 @@ build-doc: stage: build image: python:3.10 script: - - pip install sphinx - cd docs/ + - pip install -r requirements.txt - make html - make man - gzip build/man/tiempo.1