##// END OF EJS Templates
fix(minios3): don't set uneded params
fix(minios3): don't set uneded params

File last commit:

r392:faf96301 v5.7.0
r500:e4c753dd
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