Skip to content

Sphinx builder in a docker container

License

Notifications You must be signed in to change notification settings

solairen/docker_sphinx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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