##// 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
Show More
.howto
14 lines | 425 B | text/plain | TextLexer
docs(build): updated docs build image and templates
r388 ## BUILD Image for building docs and push to rhodecode registry
chore(docs): release changelog for 5.7.0
r392
cd docs
docker build --tag rhodecode/sphinx-doc-build .
docker push rhodecode/sphinx-doc-build
feat(docs): build docs using docker image...
r313
# Build Docs
docs(docs-build): fixed docs build how to
r362 # run from the project root dir; not docs dir
chore(docs): release changelog for 5.7.0
r392
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