##// END OF EJS Templates
docs: added newline
docs: added newline

File last commit:

r5656:629f48be default
r5656:629f48be default
Show More
.howto
6 lines | 179 B | text/plain | TextLexer
feat(docs): new docs build logic...
r5193 ## BUILD
# cd docs
# docker build --tag sphinx-doc-build-rc .
docs: updated packages.
r2999
feat(docs): new docs build logic...
r5193 # Build Docs
docs: added newline
r5656 # cd && docker run --rm -v $(pwd):/project --workdir=/project/docs sphinx-doc-build-rc make clean html