##// END OF EJS Templates
feat(docker-upgrade): upgrade compose using github repo + only on linux
feat(docker-upgrade): upgrade compose using github repo + only on linux

File last commit:

r362:92ca433c
r369:5378c2fd
Show More
.howto
7 lines | 271 B | text/plain | TextLexer
## BUILD Image for building docs
# cd docs
# docker build --tag 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"