6 lines
179 B
Text
6 lines
179 B
Text
## 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
|