Sign inSign up

jeci/sphinx-doc

By jeci

•Updated over 7 years ago
Archived

Docker Sphinx Doc

Image
0

212

jeci/sphinx-doc repository overview

⁠Docker Image for Sphinx-doc

⁠Usage

Standard usage. Current directory must have conf.py. See sphinx documentation.

sudo mkdir /var/www/html/sphinx
sudo chown --reference=$HOME /var/www/html/sphinx

docker run --rm -it \
  -v "${PWD}:/source" \
  -v "/var/www/html/sphinx:/build" \
  -e SPHINXOPTS="-a" \
  jeci/sphinx-doc

⁠Env

  • SOURCEDIR=/source
  • BUILDDIR=/build
  • SPHINXOPTS="-a"

⁠Default Cms

CMD sphinx-build ${SPHINXOPTS} ${SOURCEDIR} ${BUILDDIR}

⁠Volume

  • /source
  • /build

Tag summary

Content type

Image

Digest

Size

60.8 MB

Last updated

over 7 years ago

docker pull jeci/sphinx-doc