Skip to content
Snippets Groups Projects

Backport sphinx documentation to binary wheel package

Merged Corné Lukken requested to merge documentation into main
3 files
+ 6
5
Compare changes
  • Side-by-side
  • Inline
Files
3
FROM python:3.11
FROM python:3.11
RUN python -m pip install --upgrade pip
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