aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-28 19:32:43 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-28 19:32:43 -0600
commite3cffad85832f617bd3a26f08617b9e3a256ef75 (patch)
tree38971e7f316714e5291ca6f35745147463837109 /.build.yml
parent6ba0f7140561fdea105dcbd772d05fa63f17a7a9 (diff)
downloadspec-e3cffad85832f617bd3a26f08617b9e3a256ef75.tar.gz
spec-e3cffad85832f617bd3a26f08617b9e3a256ef75.zip
always use up-to-date Sphinx
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.build.yml b/.build.yml
index ad79d26..5edf955 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,6 +1,5 @@
image: debian/testing
packages:
- - python3-sphinx
- python3-pip
- poppler-utils
- rsync
@@ -10,8 +9,7 @@ secrets:
- b5cb9b2b-1461-4486-95e1-886451674a89
tasks:
- prep: |
- sudo pip3 install --progress-bar off recommonmark rinohtype
- sudo pip3 install --progress-bar off --upgrade pygments
+ sudo pip3 install --progress-bar off sphinx recommonmark rinohtype
- build-and-test: |
cd crowbar-spec
make all check