##// END OF EJS Templates
dev: added s3 backend for development
dev: added s3 backend for development

File last commit:

r392:faf96301 v5.7.0
r486:2a0080d9
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