Skip to content
Snippets Groups Projects

Backport sphinx documentation to binary wheel package

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