init commit

This commit is contained in:
rskntroot
2024-05-29 07:29:07 +00:00
parent 3783db11a9
commit a014501ade
10 changed files with 175 additions and 2 deletions

11
Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
FROM python:alpine
RUN pip install --upgrade pip
LABEL version="1.0.3" maintainer="rskntroot@gmail.com"
RUN apk add --no-cache \
make \
py3-sphinx
RUN pip install myst-parser pydata-sphinx-theme
WORKDIR /opt/sphinx