## BUILD Image for building docs and push to rhodecode registry cd docs docker build --tag rhodecode/sphinx-doc-build . docker push 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" # Generate changelog mkchangelog g -u -uv v$(cat VERSION) --stdout --commit-types all