Merge branch 'master' into patch-2
This commit is contained in:
@@ -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
|
|
||||||
|
|
||||||
@@ -3,3 +3,4 @@ Sphinx
|
|||||||
sphinx-autobuild
|
sphinx-autobuild
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
||||||
sphinxcontrib-versioning
|
sphinxcontrib-versioning
|
||||||
|
paramiko
|
||||||
|
|||||||
@@ -45,9 +45,3 @@ services:
|
|||||||
none:
|
none:
|
||||||
image: mailu/none:$VERSION
|
image: mailu/none:$VERSION
|
||||||
build: ../core/none
|
build: ../core/none
|
||||||
|
|
||||||
docs:
|
|
||||||
image: mailu/docs:$VERSION
|
|
||||||
build:
|
|
||||||
context: ../
|
|
||||||
dockerfile: docs/Dockerfile
|
|
||||||
|
|||||||
Reference in New Issue
Block a user