Docs: treat warnings as errors

master
Tim Möhlmann 5 years ago
parent 4911fba4af
commit d94c8bce53
No known key found for this signature in database
GPG Key ID: 8677988D8072E8DE

@ -14,7 +14,7 @@ COPY ./nginx.conf /etc/nginx/conf.d/default.conf
COPY . /docs
RUN mkdir -p /build/$VERSION \
&& sphinx-build /docs /build/$VERSION
&& sphinx-build -W /docs /build/$VERSION
EXPOSE 80/tcp

Loading…
Cancel
Save