1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00

Merge pull request #623 from usrpro/revert-docs-build

Revert docs build
This commit is contained in:
kaiyou 2018-10-02 18:34:01 +02:00 committed by GitHub
commit 23c8dea27b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 19 deletions

View File

@ -1,13 +0,0 @@
FROM python:3-alpine
RUN apk add --no-cache git
COPY docs/requirements.txt requirements.txt
RUN pip install -r /requirements.txt \
&& mkdir /src
WORKDIR /src
COPY .git /src/.git
RUN sphinx-versioning build -b -B 1.5 -r 1.5 -w '^[0-9.]*$' -w master -W '^$' /src /build

View File

@ -3,3 +3,4 @@ Sphinx
sphinx-autobuild
sphinx-rtd-theme
sphinxcontrib-versioning
paramiko

View File

@ -45,9 +45,3 @@ services:
none:
image: mailu/none:$VERSION
build: ../core/none
docs:
image: mailu/docs:$VERSION
build:
context: ../
dockerfile: docs/Dockerfile