Skip to content

headstar/sphinx-doc-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

General

Dockerfile with:

Build image

$ docker build -t sphinx-doc .

Run

Mounts a host directory (/host-dir-with-sphinx-doc) as a container volume (/doc).

$ docker run -i -t -v /host-dir-with-sphinx-doc:/doc sphinx-doc
$ cd /doc

To create Sphinx project:

$ sphinx-quickstart

To create a pdf:

$ make latexpdf

To create a html document:

$ make html

About

Sphinx documentation (LaTeX + HTML themes)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published