##// END OF EJS Templates
docs: fixed typos in docs
docs: fixed typos in docs

File last commit:

r5654:f7519e5d default
r5655:da312bca default
Show More
.howto
5 lines | 178 B | text/plain | TextLexer
## BUILD
# cd docs
# docker build --tag sphinx-doc-build-rc .
# Build Docs
# cd && docker run --rm -v $(pwd):/project --workdir=/project/docs sphinx-doc-build-rc make clean html