Skip to content

Commit

Permalink
squash! Cirrus CI: Add a task for building docs
Browse files Browse the repository at this point in the history
No need for docs/requirements.txt, requirements-docs.txt already existed
  • Loading branch information
nbraud committed Mar 30, 2019
1 parent 55ca284 commit 5da9aae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ docs_task:

install_script:
- apt update || true ; apt install -qq -y make
- pip install --upgrade-strategy eager -U -r docs/requirements.txt
- pip install --upgrade-strategy eager -U -r requirements-docs.txt
- pip install -e .

script:
Expand Down
2 changes: 0 additions & 2 deletions docs/requirements.txt

This file was deleted.

0 comments on commit 5da9aae

Please sign in to comment.