##// END OF EJS Templates
rcstack: improved compatability with 4.28.0 release using rcstack
rcstack: improved compatability with 4.28.0 release using rcstack

File last commit:

r392:faf96301 v5.7.0
r459:2f96836e master
Show More
.howto
14 lines | 425 B | text/plain | TextLexer
## 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