solairen / docker_sphinx

Sphinx builder in a docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sphinx builder in a docker container

License:MIT License


Languages

Language:Dockerfile 100.0%