CarBar / SphinxDocDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Sphinx Documentation Guide

Initial Image with Sphinx

docker build -t crema/sphinx:1.0 -f Dockerfile.sphinx .

Sphinx Build Container

docker build -t crema/sphinx-builder:1.0 -f Dockerfile.sphinx-builder .

Sphinx QuickStart

docker run -it --rm -v ${PWD}/docs:/var/docs crema/sphinx-builder:1.0 sphinx-quickstart

About