Skip to content
Snippets Groups Projects

Backport sphinx documentation to binary wheel package

Merged Corné Lukken requested to merge documentation into main
4 files
+ 8
5
Compare changes
  • Side-by-side
  • Inline
Files
4
FROM python:3.11
RUN python -m pip install --upgrade pip
RUN pip install --upgrade cookiecutter tox twine
RUN pip install --upgrade cookiecutter tox twine cibuildwheel==2.13.1 cookiecutter
RUN curl -sSL https://get.docker.com/ | sh
Loading