Skip to content

Latest commit

 

History

History
executable file
·
29 lines (23 loc) · 836 Bytes

README.md

File metadata and controls

executable file
·
29 lines (23 loc) · 836 Bytes

About:

  • OS: Python 3.12.1-slim

This docker container contains:

How to build or download:

To build docker images from Dockerfile:

To run sphinx with preinstalled furo theme use moleszek/sphinx-furo:latest

docker build . -t {tagname}

Download from Docker repository:

docker pull moleszek/sphinx:latest

How to run:

docker run -it --rm -v {localFolderPath}:/sphinx moleszek/sphinx:latest . _build/html