## BUILD Image for building docs # cd docs # docker build --tag rhodecode/sphinx-doc-build . # Build Docs # run from the project root dir; not docs dir # docker run --rm -v $PWD:/project --workdir=/project/docs rhodecode/sphinx-doc-build make clean html SPHINXOPTS="-W"