No need to have a symlink for sphinx-build, it’s directly in the image

This commit is contained in:
louiz’ 2018-08-20 00:11:51 +02:00
parent 9238ee2e1a
commit 390d076abb

View file

@ -11,7 +11,6 @@ build-doc:
image: docker.louiz.org/poezio/poezio/doc-builder
script:
- ./update.sh
- ln -s /usr/libexec/python3-sphinx/sphinx-build /usr/bin/
- make doc
- rm -rf /www/latest
- mv doc/build/html/ /www/latest